DataFood
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.
README
DataFood — Universal Data Hub for AI Agents (MCP Server)
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.
- Live endpoint:
https://toughlovesec.win/mcp(Streamable HTTP, JSON-RPC 2.0) - Discovery:
/.well-known/mcp.json - Showcase / dashboard:
/agent-mesh - Publisher: TOUGH LOVE SECURITY
- Protocol version:
2025-06-18
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:
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):
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:
- x402 — pay-per-call via the
X-PaymentHTTP header (HTTP 402 challenge/response). - Stripe Checkout — pass
session_idfrom a/api/checkout/*flow intodatafood_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.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。