{
  "name": "LiveDataLink",
  "description": "Real-time multi-domain data MCP server. 232 tools across 45 domains: finance, crypto, sanctions, courts, healthcare, cyber, real estate, weather, treasury, recreation, and more.",
  "tagline": "One API key. One MCP endpoint. 45 live data verticals.",
  "version": "1.0.0",
  "last_updated": "2026-06-06",
  "vendor": {
    "name": "Blackbox Foundry LLC",
    "url": "https://livedatalink.ai",
    "contact": "support@livedatalink.ai",
    "jurisdiction": "Texas, USA"
  },
  "endpoint": "https://livedatalink.ai/mcp",
  "transport": "streamable-http",
  "auth": {
    "type": "bearer",
    "header": "Authorization"
  },
  "tools": 232,
  "domains": 45,
  "categories": [
    "finance",
    "crypto",
    "sanctions",
    "courts",
    "compliance",
    "cyber-security",
    "threat-intel",
    "real-estate",
    "healthcare",
    "education",
    "government",
    "treasury",
    "macro-economics",
    "labor-stats",
    "patents",
    "nonprofits",
    "epa",
    "fda",
    "regulations",
    "spending",
    "trials",
    "transportation",
    "demographics",
    "energy",
    "scholarly",
    "books",
    "weather",
    "disasters",
    "supply-chain",
    "due-diligence"
  ],
  "pricing": [
    {
      "tier": "free",
      "queries_per_month": 50,
      "rate_limit_rpm": 5,
      "monthly_usd": 0
    },
    {
      "tier": "starter",
      "queries_per_month": 5000,
      "rate_limit_rpm": 30,
      "monthly_usd": 10
    },
    {
      "tier": "pro",
      "queries_per_month": 50000,
      "rate_limit_rpm": 120,
      "monthly_usd": 49
    }
  ],
  "links": {
    "documentation": "https://livedatalink.ai/tools",
    "pricing": "https://livedatalink.ai/pricing",
    "signup": "https://livedatalink.ai/signup/free",
    "llms_txt": "https://livedatalink.ai/llms.txt",
    "health": "https://livedatalink.ai/health",
    "terms": "https://livedatalink.ai/terms"
  },
  "claude_desktop_config": {
    "mcpServers": {
      "livedatalink": {
        "url": "https://livedatalink.ai/mcp",
        "transport": "streamable-http",
        "headers": {
          "Authorization": "Bearer YOUR_API_KEY"
        }
      }
    }
  }
}