Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

DataFood: 16 data sources (crypto/DeFi/security/news/finance) via one MCP. Bundles save ~92%.

README.md

DataFood — Universal Data Hub for AI Agents (MCP Server)

![Live](https://toughlovesec.win/mcp) ![Protocol](https://modelcontextprotocol.io) ![License: MIT](./LICENSE)

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.

Bundle micropayments save 92% vs. paying per-API to 16 different vendors.

---

What's in the box (16 data types)

| Category | Types | |---|---| | Security / Web3 | token-risk, breach, contract-risk, gas-prices-eth | | Crypto / DeFi | crypto-price, crypto-trending, defi-yield | | Finance | stock-quote, forex | | News / Trends | news-hn-top, news-reddit, github-trending | | Real-world | weather, flights-near, real-estate-rss, sports-scores |

All 16 types share one schema, one auth, one billing surface.

---

Tools (4)

| Tool | What it does | Pricing | |---|---|---| | datafood_query | Fetch one data type. Free 1-row preview. | preview: $0 / full: $0.001 | | datafood_bundle | 1–20 queries across any types in a single call. | 3–5: $0.0035 / 6–10: $0.005 / 11–20: $0.008 | | datafood_portfolio_ask | NL Q&A on a Plaid-linked portfolio with citations. | free during beta | | datafood_watch_session | Open a public /watch/{id} URL streaming agent events. | free |

Day pass: $0.99 · Week pass: $4.99 (Stripe Checkout or x402 micropayment header).

---

Quickstart

Claude Desktop / Cursor / any MCP client

{
  "mcpServers": {
    "datafood": {
      "transport": "http",
      "url": "https://toughlovesec.win/mcp"
    }
  }
}

Raw JSON-RPC

tools/list: ``bash curl -s -X POST https://toughlovesec.win/mcp \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' | jq ``

tools/call (free preview): ``bash curl -s -X POST https://toughlovesec.win/mcp \ -H "Content-Type: application/json" \ -d '{ "jsonrpc":"2.0","id":2,"method":"tools/call", "params":{ "name":"datafood_bundle", "arguments":{ "free": true, "queries":[ {"type":"crypto-price","q":"BTC"}, {"type":"weather","q":"NYC"}, {"type":"news-hn-top"} ] } } }' | jq ``

---

Payment paths

DataFood supports two agent-native payment methods:

  1. x402 — pay-per-call via the X-Payment HTTP header (HTTP 402 challenge/response).
  2. Stripe Checkout — pass session_id from a /api/checkout/* flow into datafood_bundle. Day/week passes auto-unlock.

Free 1-row preview (up to 5 bundle items) requires no auth.

---

Cost comparison (real numbers)

A typical agent fetching 10 data types per task:

| Method | Cost / call | Vendors to manage | |---|---|---| | 10 individual APIs (Alchemy, Etherscan, OpenWeather, NewsAPI, …) | ~$0.06 | 10 | | DataFood datafood_bundle (10 queries) | $0.005 | 1 |

~92% cheaper, one auth surface, one invoice.

---

Links

  • Website: https://toughlovesec.win
  • Agent Mesh dashboard: https://toughlovesec.win/agent-mesh
  • OpenAPI spec: https://toughlovesec.win/openapi.json
  • MCP descriptor: https://toughlovesec.win/.well-known/mcp.json
  • Status / health: https://toughlovesec.win/healthz

License

MIT — see LICENSE.

---

DataFood is built and operated by TOUGH LOVE SECURITY, a security-and-data infrastructure shop. Contact: lemorris@toughlovesec.win.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Finance & Payments servers.