{
  "markdown": "# DataFood — Universal Data Hub for AI Agents (MCP Server)\n\n[![Live](https://img.shields.io/badge/MCP-live-brightgreen)](https://toughlovesec.win/mcp)\n[![Protocol](https://img.shields.io/badge/protocol-2025--06--18-blue)](https://modelcontextprotocol.io)\n[![License: MIT](https://img.shields.io/badge/license-MIT-green)](./LICENSE)\n\n**DataFood** is a remote MCP server that gives AI agents one-call access to **16 cross-niche data sources** — crypto, DeFi, security, weather, news, finance, web3 — through a single Streamable-HTTP endpoint.\n\n> **Bundle micropayments save 92%** vs. paying per-API to 16 different vendors.\n\n- **Live endpoint:** `https://toughlovesec.win/mcp` (Streamable HTTP, JSON-RPC 2.0)\n- **Discovery:** [`/.well-known/mcp.json`](https://toughlovesec.win/.well-known/mcp.json)\n- **Showcase / dashboard:** [`/agent-mesh`](https://toughlovesec.win/agent-mesh)\n- **Publisher:** [TOUGH LOVE SECURITY](https://toughlovesec.win)\n- **Protocol version:** `2025-06-18`\n\n---\n\n## What's in the box (16 data types)\n\n| Category | Types |\n|---|---|\n| **Security / Web3** | `token-risk`, `breach`, `contract-risk`, `gas-prices-eth` |\n| **Crypto / DeFi** | `crypto-price`, `crypto-trending`, `defi-yield` |\n| **Finance** | `stock-quote`, `forex` |\n| **News / Trends** | `news-hn-top`, `news-reddit`, `github-trending` |\n| **Real-world** | `weather`, `flights-near`, `real-estate-rss`, `sports-scores` |\n\nAll 16 types share one schema, one auth, one billing surface.\n\n---\n\n## Tools (4)\n\n| Tool | What it does | Pricing |\n|---|---|---|\n| `datafood_query` | Fetch one data type. Free 1-row preview. | preview: $0 / full: $0.001 |\n| `datafood_bundle` | 1–20 queries across any types in a single call. | 3–5: $0.0035 / 6–10: $0.005 / 11–20: $0.008 |\n| `datafood_portfolio_ask` | NL Q&A on a Plaid-linked portfolio with citations. | free during beta |\n| `datafood_watch_session` | Open a public `/watch/{id}` URL streaming agent events. | free |\n\nDay pass: **$0.99** · Week pass: **$4.99** (Stripe Checkout or x402 micropayment header).\n\n---\n\n## Quickstart\n\n### Claude Desktop / Cursor / any MCP client\n\n```jsonc\n{\n  \"mcpServers\": {\n    \"datafood\": {\n      \"transport\": \"http\",\n      \"url\": \"https://toughlovesec.win/mcp\"\n    }\n  }\n}\n```\n\n### Raw JSON-RPC\n\n**`tools/list`:**\n```bash\ncurl -s -X POST https://toughlovesec.win/mcp \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/list\"}' | jq\n```\n\n**`tools/call` (free preview):**\n```bash\ncurl -s -X POST https://toughlovesec.win/mcp \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"jsonrpc\":\"2.0\",\"id\":2,\"method\":\"tools/call\",\n    \"params\":{\n      \"name\":\"datafood_bundle\",\n      \"arguments\":{\n        \"free\": true,\n        \"queries\":[\n          {\"type\":\"crypto-price\",\"q\":\"BTC\"},\n          {\"type\":\"weather\",\"q\":\"NYC\"},\n          {\"type\":\"news-hn-top\"}\n        ]\n      }\n    }\n  }' | jq\n```\n\n---\n\n## Payment paths\n\nDataFood supports two agent-native payment methods:\n\n1. **x402** — pay-per-call via the `X-Payment` HTTP header (HTTP 402 challenge/response).\n2. **Stripe Checkout** — pass `session_id` from a `/api/checkout/*` flow into `datafood_bundle`. Day/week passes auto-unlock.\n\nFree 1-row preview (up to 5 bundle items) requires **no auth**.\n\n---\n\n## Cost comparison (real numbers)\n\nA typical agent fetching 10 data types per task:\n\n| Method | Cost / call | Vendors to manage |\n|---|---|---|\n| 10 individual APIs (Alchemy, Etherscan, OpenWeather, NewsAPI, …) | ~$0.06 | 10 |\n| **DataFood `datafood_bundle` (10 queries)** | **$0.005** | **1** |\n\n**~92% cheaper, one auth surface, one invoice.**\n\n---\n\n## Links\n\n- **Website:** https://toughlovesec.win\n- **Agent Mesh dashboard:** https://toughlovesec.win/agent-mesh\n- **OpenAPI spec:** https://toughlovesec.win/openapi.json\n- **MCP descriptor:** https://toughlovesec.win/.well-known/mcp.json\n- **Status / health:** https://toughlovesec.win/healthz\n\n## License\n\nMIT — see [`LICENSE`](./LICENSE).\n\n---\n\n*DataFood is built and operated by [TOUGH LOVE SECURITY](https://toughlovesec.win), a security-and-data infrastructure shop. Contact: `lemorris@toughlovesec.win`.*\n",
  "bytes": 4112,
  "sha": "f891809cbfc8a0feefdc81b848ea140645ccd9fb1914a160dbd9ddc4e2560368",
  "repo_slug": "atmflow55/datafood-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_atmflow55_datafood_mcp_0d84193c/readme"
}