DataFood
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DataFoodGet BTC price, NYC weather, and HN top stories"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.jsonShowcase / dashboard:
/agent-meshPublisher: TOUGH LOVE SECURITY
Protocol version:
2025-06-18
What's in the box (16 data types)
Category | Types |
Security / Web3 |
|
Crypto / DeFi |
|
Finance |
|
News / Trends |
|
Real-world |
|
All 16 types share one schema, one auth, one billing surface.
Related MCP server: agentpulse-mcp
Tools (4)
Tool | What it does | Pricing |
| Fetch one data type. Free 1-row preview. | preview: $0 / full: $0.001 |
| 1–20 queries across any types in a single call. | 3–5: $0.0035 / 6–10: $0.005 / 11–20: $0.008 |
| NL Q&A on a Plaid-linked portfolio with citations. | free during beta |
| Open a public | 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"}' | jqtools/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"}
]
}
}
}' | jqPayment 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 | $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.
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server giving AI agents one-connection access to crypto & DeFi data: DeFi protocol TVL, stableco
Pay-per-call DeFi and macro intel for AI agents. x402 USDC tools via streamable HTTP /api/mcp.
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Agent-first data marketplace — AI agents search, purchase, and sell datasets via MCP.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA production-grade TypeScript MCP server that provides AI agents with structured access to real-world data across financial markets, Web3/DeFi, developer tools, and healthcare domains. It features built-in authentication, domain isolation, caching, and rate limiting for reliable API integrations.8 npmMIT
- AlicenseNot gradedqualityCmaintenanceProvides AI agents with real-time, structured data feeds including news, trends, market sentiment, and crypto prices via MCP tools.MIT
- AlicenseAqualityCmaintenanceMCP server enabling AI agents to access crypto and web3 data via pay-per-call on the MPP/Tempo rail (USDC.e). It includes unique tools like Vietnamese crypto news and company registry lookup, with built-in spend caps and no API key needed.2627 npmMIT

oom-x402-mcpofficial
FlicenseNot gradedqualityBmaintenanceMCP server exposing 1,000+ pay-per-call API endpoints across agent infrastructure (memory, coordination, secrets, verification), data, compute, finance, weather, geography, and reference categories — payments via x402 protocol in USDC on Base.-