streamable-httpMITupdated 4mo ago
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.
O que dá para fazer com datafood mcp?
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.
Instalação
Adicione datafood mcp ao seu cliente. Escolha o que você usa.
claude mcp add --transport http datafood-mcp https://toughlovesec.win/mcpcodex mcp add datafood-mcp --url https://toughlovesec.win/mcp{
"mcpServers": {
"datafood-mcp": {
"url": "https://toughlovesec.win/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"datafood-mcp": {
"type": "http",
"url": "https://toughlovesec.win/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"datafood-mcp": {
"url": "https://toughlovesec.win/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"datafood-mcp": {
"serverUrl": "https://toughlovesec.win/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
4 ferramentas
datafood mcp expõe 4 ferramentas a um agente conectado.
- datafood_query
- Fetch one data type. Free 1-row preview.
- datafood_bundle
- 1–20 queries across any types in a single call.
- datafood_portfolio_ask
- NL Q&A on a Plaid-linked portfolio with citations.
- datafood_watch_session
- Open a public `/watch/{id}` URL streaming agent events.
Pontuação
69 / 100
Boa
- Documentação25/25
- Manutenção13/25
- Confiança13/20
- Capacidade6/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 122 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 4 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 6.0.2Mais recente | 2 de mai. de 2026 |
| 6.0.1 | 2 de mai. de 2026 |