Metadata-Version: 2.4
Name: threexb-mcp
Version: 1.0.0
Summary: MCP server for 3XB Web Entity Intelligence — score any person or org from live web data
Project-URL: Homepage, https://earthenwarecomputer.com
Project-URL: API, https://api.earthenwarecomputer.com
Project-URL: Documentation, https://api.earthenwarecomputer.com/docs
Project-URL: Repository, https://github.com/fitzyracing1/3xb-api
Author-email: Community Plan Inc <almeidacorporation20@gmail.com>
License: MIT
Keywords: ai,alternative-data,claude,credit-scoring,cursor,entity,intelligence,knowledge-graph,mcp,nlp
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27.0
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# 3XB MCP Server

Web entity intelligence tools for Claude, Cursor, and any MCP-compatible AI assistant.

## What it does

Gives your AI assistant direct access to the 3XB entity database — 137,000+ named entities scored by web prominence, with relationship graphs and loan scoring.

## Tools

| Tool | Description |
|---|---|
| `get_entity` | Full profile for any person, org, or location |
| `get_loan_score` | APPROVE / REVIEW / DECLINE for any borrower |
| `search_entities` | Substring search across 137K+ entities |
| `list_entities` | Filter by type (Person, Org, etc.) and weight |
| `get_entity_graph` | Node + edge graph for relationship analysis |
| `compare_entities` | Side-by-side prominence comparison |
| `get_stats` | Live database stats |
| `inject_signal` | Boost an entity's weight with a fresh signal |

## Install

```bash
pip install 3xb-mcp
```

## Add to Claude Code

```bash
claude mcp add 3xb -- python -m server
```

Or add to your `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "3xb": {
      "command": "python",
      "args": ["/path/to/3xb-mcp/server.py"]
    }
  }
}
```

## Example usage

Once connected, ask your AI assistant:

- *"What is the web prominence score for Elon Musk?"*
- *"Score this loan applicant: Jane Smith, founder of Acme Inc"*
- *"Compare JPMorgan Chase and Goldman Sachs by entity prominence"*
- *"List the top 20 most prominent organizations in the database"*
- *"Show me the entity relationship graph for tech companies"*

## API

Live API: https://api.earthenwarecomputer.com  
Docs: https://api.earthenwarecomputer.com/docs  
Site: https://earthenwarecomputer.com

## Pricing

- Starter: $500/mo — 1,000 API calls
- Growth: $1,500/mo — 10,000 API calls
- Enterprise: Custom

Contact: almeidacorporation20@gmail.com
