LittleSis API Server
Provide access to the LittleSis API to track corporate power and accountability. Enable querying and exploring relationships and entities related to corporate influence. Facilitate integration of cor…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add code-rabi/littlesis-mcp
# Browse available tools
npx -y smithery tool list code-rabi/littlesis-mcp
# Get full schema for a tool
npx -y smithery tool get code-rabi/littlesis-mcp get_entity
# Call a tool
npx -y smithery tool call code-rabi/littlesis-mcp get_entity '{}'Direct MCP Connection
Endpoint: https://littlesis-mcp--code-rabi.run.tools
Optional config:
debug(query) — Enable debug logging
Tools (8)
get_entity— Get detailed information about a specific entity (person or organization) from LittleSis by IDget_entities— Get information about multiple entities at once (up to 300 entities per request)search_entities— Search for entities by name. Results are ranked by number of relationships.get_entity_extensions— Get the types/extensions associated with an entity (Person, Organization, Business, etc.)get_entity_relationships— Get all relationships this entity has with other entitiesget_entity_connections— Get other entities that this entity has relationships withget_entity_lists— Get the lists that an entity appears on (e.g., Fortune 1000, lobbying lists)get_relationship— Get detailed information about a specific relationship between two entities
# Get full input/output schema for a tool
npx -y smithery tool get code-rabi/littlesis-mcp License: MIT