MCP Catalogs
Home

littlesis-mcp

by code-rabi·2·Score 32

MCP server providing access to LittleSis API for tracking corporate power and relationships.

knowledge-graphdatabaseai-llm
0
Forks
1
Open issues
9 mo ago
Last commit
2d ago
Indexed

Overview

The littlesis-mcp server is a TypeScript implementation that exposes the LittleSis API through the Model Context Protocol. It provides tools for querying entities and relationships, allowing users to investigate corporate structures and accountability networks. The server implements all major LittleSis API endpoints, making it a comprehensive tool for researchers and journalists tracking corporate power.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Investigating corporate ownership structures and interconnections
you:Tracking political donations and lobbying relationships
you:Researching the revolving door between government and business
you:What is LittleSis?
you:What data license does this MCP server use?

When to choose this

Choose this server when researching corporate influence networks, political connections, or revolving door dynamics between government and industry, particularly when you need structured data about relationships and accountability.

When NOT to choose this

Don't choose this server if you need real-time data, as LittleSis is updated periodically; or if you require write access to the database, as this server is read-only.

Tools this server exposes

8 tools extracted from the README
  • get_entity

    Get detailed information about a specific entity

  • get_entities

    Get multiple entities at once (up to 300)

  • search_entities

    Search for entities by name with filtering

  • get_entity_extensions

    Get entity types/classifications

  • get_entity_relationships

    Get all relationships for an entity

  • get_entity_connections

    Get connected entities

  • get_entity_lists

    Get lists an entity appears on

  • get_relationship

    Get detailed relationship information

Comparable tools

influence-watch-mcpopensecrets-mcpgovtrack-api-mcppolitico-mcp

Installation

Installation

Via Smithery (Recommended)

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

Manual Installation

Clone the repository and install dependencies:

git clone https://github.com/code-rabi/littlesis-mcp.git
cd littlesis-mcp
npm install
npm run build

Claude Desktop Configuration

Add to your claude_desktop_config.json:

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

FAQ

What is LittleSis?
LittleSis is a free database of who-knows-who at the heights of business and government. It tracks relationships between corporations, individuals, and organizations.
What data license does this MCP server use?
All data accessed through this MCP server is from LittleSis and is licensed under CC BY-SA 4.0.

Compare littlesis-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.