littlesis-mcp
by code-rabi·★ 2·Score 32
MCP server providing access to LittleSis API for tracking corporate power and relationships.
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:
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 READMEget_entityGet detailed information about a specific entity
get_entitiesGet multiple entities at once (up to 300)
search_entitiesSearch for entities by name with filtering
get_entity_extensionsGet entity types/classifications
get_entity_relationshipsGet all relationships for an entity
get_entity_connectionsGet connected entities
get_entity_listsGet lists an entity appears on
get_relationshipGet detailed relationship information
Comparable tools
Installation
Installation
Via Smithery (Recommended)
npx -y @smithery/cli install @code-rabi/littlesis-mcp --client claudeManual Installation
Clone the repository and install dependencies:
git clone https://github.com/code-rabi/littlesis-mcp.git
cd littlesis-mcp
npm install
npm run buildClaude 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
Last updated · Auto-generated from public README + GitHub signals.