---
name: "xpay-littlesis"
description: "Track corporate and political power networks and relationships"
version: "1.0.0"
provider: "LittleSis"
tools: 8
---

# LittleSis

Track corporate and political power networks and relationships

## LittleSis

Track corporate and political power networks and relationships

### Available Tools (8)

- **get_entity**: Get detailed information about a specific entity (person or organization) from LittleSis by ID — $0.01/call
- **get_entities**: Get information about multiple entities at once (up to 300 entities per request) — $0.01/call
- **search_entities**: Search for entities by name. Results are ranked by number of relationships. — $0.01/call
- **get_entity_extensions**: Get the types/extensions associated with an entity (Person, Organization, Business, etc.) — $0.01/call
- **get_entity_relationships**: Get all relationships this entity has with other entities — $0.01/call
- **get_entity_connections**: Get other entities that this entity has relationships with — $0.01/call
- **get_entity_lists**: Get the lists that an entity appears on (e.g., Fortune 1000, lobbying lists) — $0.01/call
- **get_relationship**: Get detailed information about a specific relationship between two entities — $0.01/call

### Quick Start

```json
{
  "mcpServers": {
    "littlesis": {
      "url": "https://littlesis.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"
    }
  }
}
```

### Pricing

$0.01 per tool call. Pay per use from your XPay wallet. No subscriptions.

Get an API key at [xpay.tools](https://xpay.tools).


**Tools:** 8
**Category:** Specialized

## When to Use

Use LittleSis tools when you need to track corporate and political power networks and relationships. All tools are available through xpay✦'s single MCP connection.

## MCP Connection

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## Available Tools

- **Get Entity** — Get detailed information about a specific entity (person or organization) from LittleSis by ID — $0.01/call — [SKILL.md](https://xpay.tools/skills/littlesis/get-entity/SKILL.md)
- **Get Entities** — Get information about multiple entities at once (up to 300 entities per request) — $0.01/call — [SKILL.md](https://xpay.tools/skills/littlesis/get-entities/SKILL.md)
- **Search Entities** — Search for entities by name. Results are ranked by number of relationships. — $0.01/call — [SKILL.md](https://xpay.tools/skills/littlesis/search-entities/SKILL.md)
- **Get Entity Extensions** — Get the types/extensions associated with an entity (Person, Organization, Business, etc.) — $0.01/call — [SKILL.md](https://xpay.tools/skills/littlesis/get-entity-extensions/SKILL.md)
- **Get Entity Relationships** — Get all relationships this entity has with other entities — $0.01/call — [SKILL.md](https://xpay.tools/skills/littlesis/get-entity-relationships/SKILL.md)
- **Get Entity Connections** — Get other entities that this entity has relationships with — $0.01/call — [SKILL.md](https://xpay.tools/skills/littlesis/get-entity-connections/SKILL.md)
- **Get Entity Lists** — Get the lists that an entity appears on (e.g., Fortune 1000, lobbying lists) — $0.01/call — [SKILL.md](https://xpay.tools/skills/littlesis/get-entity-lists/SKILL.md)
- **Get Relationship** — Get detailed information about a specific relationship between two entities — $0.01/call — [SKILL.md](https://xpay.tools/skills/littlesis/get-relationship/SKILL.md)

## How to Execute

1. **`xpay_discover`** — Search for tools: `xpay_discover("littlesis")`
2. **`xpay_details`** — Get input schema: `xpay_details("littlesis/TOOL_NAME")`
3. **`xpay_run`** — Execute: `xpay_run("littlesis/TOOL_NAME", { ...inputs })`
4. **`xpay_balance`** — Check credits

## Links

- Provider page: https://xpay.tools/littlesis/
- All providers: https://xpay.tools/explore
- Docs: https://docs.xpay.sh
