https://github.com/code-rabi/littlesis-mcp
https://github.com/code-rabi/littlesis-mcp
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-rabi/littlesis-mcp
- Owner: code-rabi
- License: mit
- Created: 2025-08-05T12:22:36.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-18T09:15:58.000Z (10 months ago)
- Last Synced: 2025-08-18T11:22:39.622Z (10 months ago)
- Language: TypeScript
- Size: 75.2 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LittleSis MCP Server
[](https://smithery.ai/server/@code-rabi/littlesis-mcp)
An MCP (Model Context Protocol) server that provides access to the [LittleSis API](https://littlesis.org/api) for tracking corporate power and accountability relationships.
### Installing via Smithery
To install littlesis-mcp for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@code-rabi/littlesis-mcp):
```bash
npx -y @smithery/cli install @code-rabi/littlesis-mcp --client claude
```
## API Coverage
This MCP server implements all major LittleSis API endpoints:
### Entity Tools
- `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
### Relationship Tools
- `get_relationship` - Get detailed relationship information
## Usage Examples
```json
{
"mcpServers": {
"littlesis": {
"command": "node",
"args": ["dist/index.js"],
"cwd": "/path/to/littlesis-mcp"
}
}
}
```
## Data License
All data accessed through this MCP server is from LittleSis and is licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
## About LittleSis
[LittleSis](https://littlesis.org) is a free database of who-knows-who at the heights of business and government. It tracks the revolving door between business and government, political donations, and more.
## License
MIT License - see LICENSE file for details.