LittleSis API Server
Rank #26,461smithery/code-rabi/littlesis-mcp
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 corporate data into LLM applications for enhanced context and insights.
LittleSis API Server is a Model Context Protocol (MCP) server published by code-rabi. It ranks #26,461 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. LittleSis API Server is listed across 3 registries — Smithery, PulseMCP and Glama, with 3 release tags tracked from its GitHub repository. It was first listed on Aug 5, 2025 and most recently updated on Aug 5, 2025.
Ranks ahead of 88,999 of 115,460 servers on MCP Toplist.
Use LittleSis API Server
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http littlesis-mcp https://server.smithery.ai/code-rabi/littlesis-mcp/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.littlesis-mcp]
url = "https://server.smithery.ai/code-rabi/littlesis-mcp/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://server.smithery.ai/code-rabi/littlesis-mcp/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"littlesis-mcp": {
"url": "https://server.smithery.ai/code-rabi/littlesis-mcp/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"littlesis-mcp": {
"type": "http",
"url": "https://server.smithery.ai/code-rabi/littlesis-mcp/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"littlesis-mcp": {
"serverUrl": "https://server.smithery.ai/code-rabi/littlesis-mcp/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"littlesis-mcp": {
"url": "https://server.smithery.ai/code-rabi/littlesis-mcp/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/smithery%2Fcode-rabi%2Flittlesis-mcp)<a href="https://mcptoplist.com/server/smithery%2Fcode-rabi%2Flittlesis-mcp"><img src="https://mcptoplist.com/badge/smithery%2Fcode-rabi%2Flittlesis-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
code-rabi
Other servers by code-rabi
View all code-rabi servers →GitHub releases (3)
No registry surfaces explicit version metadata for this server. The list below shows release tags from the linked GitHub repository.
| Version | Published |
|---|---|
| v1.0.3 | Aug 5, 2025 |
| v1.0.2 | Aug 5, 2025 |
| v1.0.1 | Aug 5, 2025 |
Frequently asked questions
- Who maintains LittleSis API Server?
- LittleSis API Server is maintained by code-rabi, which publishes 3 MCP servers (12 total versions) tracked on MCP Toplist.
- Is LittleSis API Server listed on the Official MCP Registry?
- LittleSis API Server is not on the Official MCP Registry. It is listed on Smithery, PulseMCP and Glama.
- How many versions does LittleSis API Server have?
- No registry surfaces explicit version metadata for LittleSis API Server; MCP Toplist tracks 3 release tags from its GitHub repository, most recently published on Aug 5, 2025.
- Where can I find the source code for LittleSis API Server?
- The source code for LittleSis API Server is hosted at github.com/code-rabi/littlesis-mcp.