Card snapshot
mcp.pantheon.run
·
2026-07-18 06:18:39 UTC
·
5574cb768d63dd1ec072a4a10dd9398040c9209b04d3e248beeac7981b49b234
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"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?"
]
}
]
}