Back to MCP directory
publicPublicdnsLocal runtime

littlesis-mcp

LittleSis MCP服务器提供对追踪企业权力和问责关系的LittleSis API的访问,包含实体查询、关系搜索等完整功能

article

README

🚀 LittleSis MCP Server

这是一个MCP(模型上下文协议)服务器,可提供对LittleSis API的访问,用于跟踪企业权力和问责关系。

🚀 快速开始

你可以通过以下方式快速使用本项目。

📦 安装指南

通过Smithery安装

若要通过Smithery为Claude Desktop自动安装littlesis-mcp,可使用以下命令:

npx -y @smithery/cli install @code-rabi/littlesis-mcp --client claude

✨ 主要特性

此MCP服务器实现了所有主要的LittleSis API端点,具体如下:

实体工具

  • get_entity - 获取特定实体的详细信息
  • get_entities - 一次性获取多个实体信息(最多300个)
  • search_entities - 通过名称搜索实体并可进行过滤
  • get_entity_extensions - 获取实体类型/分类
  • get_entity_relationships - 获取某个实体的所有关系
  • get_entity_connections - 获取相关联的实体
  • get_entity_lists - 获取实体所在的列表

关系工具

  • get_relationship - 获取详细的关系信息

💻 使用示例

基础用法

以下是一个使用示例的配置文件内容:

{
    "mcpServers": {
        "littlesis": {
            "command": "node",
            "args": ["dist/index.js"],
            "cwd": "/path/to/littlesis-mcp"
        }
    }
}

📄 许可证

数据许可证

通过此MCP服务器访问的所有数据均来自LittleSis,并根据CC BY - SA 4.0许可。

项目许可证

本项目采用MIT许可证,详情请参阅LICENSE文件。

📚 详细文档

LittleSis是一个免费的数据库,用于记录商业和政府高层的人际关系。它跟踪商业与政府之间的人员流动、政治捐款等信息。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client