Back to Perception

Card snapshot

mcp.perception.to · 2026-05-18 12:33:07 UTC · 51abf1958baaee35ff2e1e2fbec107a46b1b371ae376f947368686e90394093c

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.

{
  "name": "Perception",
  "version": "0.3",
  "description": "Real-time digital asset narrative intelligence. Provides sentiment analysis, narrative trends, entity-extracted company coverage, analyst ratings, earnings intelligence, and market data from 1,000+ curated sources including news, earnings calls, analyst research, regulatory filings, conference keynotes, podcasts, and social media.",
  "url": "https://mcp.perception.to/mcp",
  "protocols": [
    "mcp",
    "rest"
  ],
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "supportsAuthenticatedExtendedCard": true,
  "capabilities": {
    "search": true,
    "analysis": true,
    "real_time_data": true,
    "structured_output": true
  },
  "authentication": {
    "schemes": [
      "oauth2",
      "bearer"
    ],
    "oauth2": {
      "authorization_url": "https://mcp.perception.to/authorize",
      "token_url": "https://mcp.perception.to/token",
      "registration_url": "https://mcp.perception.to/register"
    }
  },
  "provider": {
    "organization": "Perception",
    "url": "https://perception.to",
    "contact": "hello@perception.to"
  }
}