Pantheon
mcp.pantheon.run
· Summer Brook Solutions Inc.
Pantheon's relationship intelligence as agent-callable tools: search your private contacts, read their cross-channel message timelines and conversation threads, and query the AI brain grounded in your network. Read-only over your org's data plus one billable AI tool. Interface is MCP over Streamable HTTP at /mcp; auth is a pk_live developer key with the `mcp` scope.
mcp.pantheon.run via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 49/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-07-18 06:18:39 current | 5574cb768d63… |
view → |
Endpoints
| Agent card | https://mcp.pantheon.run/.well-known/agent-card.json |
| Provider | https://pantheon.run |
| Docs | https://docs.pantheon.run |
Skills · 6 declared · mapped to canonical taxonomy
Fuzzy-search contacts visible to your org by first name, last name, or username.
A contact's recent cross-channel message timeline, newest first.
List the conversations a contact participates in, with the latest preview.
Paginated messages for a specific chat, newest first.
Ask Pantheon's AI brain a question grounded in your relationship data. Bills the workspace wallet.
Health · last 3 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/mcp.pantheon.run) [](https://agenstry.com/agents/mcp.pantheon.run) [](https://agenstry.com/agents/mcp.pantheon.run) [](https://agenstry.com/agents/mcp.pantheon.run)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"protocolVersion": "0.3.0",
"name": "Pantheon",
"description": "Pantheon's relationship intelligence as agent-callable tools: search your private contacts, read their cross-channel message timelines and conversation threads, and query the AI brain grounded in your network. Read-only over your org's data plus one billable AI tool. Interface is MCP over Streamable HTTP at /mcp; auth is a pk_live developer key with the `mcp` scope.",
"url": "https://mcp.pantheon.run/mcp",
"preferredTransport": "JSONRPC",
"version": "1.0.0",
"documentationUrl": "https://docs.pantheon.run",
"provider": {
"organization": "Summer Brook Solutions Inc.",
"url": "https://pantheon.run"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"skills": [
{
"id": "search_contacts",
"name": "Search Contacts",
"description": "Fuzzy-search contacts visible to your org by first name, last name, or username.",
"tags": [
"contacts",
"search",
"crm"
],
"examples": [
"Find contacts named \"Ada\"",
"Search for the contact \"joelle\""
]
},
{
"id": "get_contact",
"name": "Get Contact",
"description": "Fetch a single contact record by id.",
"tags": [
"contacts",
"crm"
],
"examples": [
"Get the contact with id <uuid>"
]
},
{
"id": "get_contact_interactions",
"name": "Get Contact Interactions",
"description": "A contact's recent cross-channel message timeline, newest first.",
"tags": [
"contacts",
"messages",
"timeline"
],
"examples": [
"Show the latest interactions with contact <uuid>"
]
},
{
"id": "list_threads",
"name": "List Threads",
"description": "List the conversations a contact participates in, with the latest preview.",
"tags": [
"threads",
"conversations"
],
"examples": [
"List threads for contact <uuid>"
]
},
{
"id": "get_thread_messages",
"name": "Get Thread Messages",
"description": "Paginated messages for a specific chat, newest first.",
"tags": [
"threads",
"messages"
],
"examples": [
"Get messages in chat <chat_id>"
]
},
{
"id": "ai_query",
"name": "Query Pantheon AI",
"description": "Ask Pantheon's AI brain a question grounded in your relationship data. Bills the workspace wallet.",
"tags": [
"ai",
"rag",
"billable"
],
"examples": [
"Ask Pantheon: who introduced me to Acme?"
]
}
]
}