Skip to content
Back to Explorium Business Data Hub

Card snapshot

www.explorium.ai · 2026-09-12 17:13:28 UTC · 0b03a460f4e626ee5effc15a85e8aa048ef5e31dc8c01877a51b8624a9d4872c

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": "Explorium Business Data Hub",
  "description": "Explorium provides real-time, structured B2B data infrastructure for AI agents, copilots and GTM automations: company and prospect search, enrichment, and business event signals over a unified REST API and a hosted MCP server.",
  "version": "1.0.0",
  "url": "https://mcp.explorium.ai/mcp",
  "preferredTransport": "streamable-http",
  "documentationUrl": "https://developers.explorium.ai/",
  "iconUrl": "https://www.explorium.ai/wp-content/themes/moveo-theme/assets/icon/explorium-logo-2026.png",
  "provider": {
    "organization": "Explorium Ltd",
    "url": "https://www.explorium.ai"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "securitySchemes": {
    "oauth": {
      "type": "oauth2",
      "description": "OAuth authorization is required. The MCP endpoint issues a challenge on initialize."
    },
    "apiKey": {
      "type": "apiKey",
      "in": "header",
      "name": "api_key",
      "description": "REST API requests authenticate with an api_key header. Keys are issued from the Explorium console."
    }
  },
  "skills": [
    {
      "id": "company-search",
      "name": "Company search",
      "description": "Find companies matching firmographic, technographic, location, size, revenue and intent filters.",
      "tags": [
        "b2b",
        "search",
        "firmographics"
      ]
    },
    {
      "id": "company-enrichment",
      "name": "Company enrichment",
      "description": "Enrich a known company with firmographics, technographics, funding, financials and workforce trends.",
      "tags": [
        "b2b",
        "enrichment"
      ]
    },
    {
      "id": "prospect-search",
      "name": "Prospect search",
      "description": "Find people by role, seniority, department, skills and employer attributes.",
      "tags": [
        "b2b",
        "people",
        "search"
      ]
    },
    {
      "id": "prospect-enrichment",
      "name": "Prospect enrichment",
      "description": "Enrich a matched person with professional profile and contact details.",
      "tags": [
        "b2b",
        "people",
        "enrichment"
      ]
    },
    {
      "id": "business-events",
      "name": "Business event signals",
      "description": "Read events such as funding rounds, hiring changes, new products and acquisitions.",
      "tags": [
        "signals",
        "events",
        "intent"
      ]
    }
  ]
}