You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An MCP (Model Context Protocol) server that provides access to the [LittleSis API](https://littlesis.org/api) for tracking corporate power and accountability relationships.
4
-
5
-
## API Coverage
6
-
7
-
This MCP server implements all major LittleSis API endpoints:
8
-
9
-
### Entity Tools
10
-
-`get_entity` - Get detailed information about a specific entity
11
-
-`get_entities` - Get multiple entities at once (up to 300)
12
-
-`search_entities` - Search for entities by name with filtering
13
-
-`get_entity_extensions` - Get entity types/classifications
14
-
-`get_entity_relationships` - Get all relationships for an entity
15
-
-`get_entity_connections` - Get connected entities
16
-
-`get_entity_lists` - Get lists an entity appears on
17
-
18
-
### Relationship Tools
19
-
-`get_relationship` - Get detailed relationship information
20
-
21
-
22
-
23
-
## Usage Examples
24
-
25
-
```json
26
-
{
27
-
"mcpServers": {
28
-
"littlesis": {
29
-
"command": "node",
30
-
"args": ["dist/index.js"],
31
-
"cwd": "/path/to/littlesis-mcp"
32
-
}
33
-
}
34
-
}
35
-
```
36
-
37
-
## Data License
38
-
39
-
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/).
40
-
41
-
## About LittleSis
42
-
43
-
[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.
0 commit comments