TensorFeed
TensorFeed provides real-time AI ecosystem intelligence via 23 tools, with both free and credit-based premium endpoints. Here's what you can do:
๐ฐ News & Intelligence
Fetch latest AI news from 15+ sources (
get_ai_news), get a summary of top stories from the last 24 hours (get_ai_today), search the news corpus with filters (news_searchโ 1 credit), and get a morning brief of pricing changes, new models, incidents, and headlines (whats_newโ 1 credit).
๐ข Service Status
Check real-time operational status of major AI services like OpenAI, Claude, and Gemini (
get_ai_status), quickly verify if a specific service is down (is_service_down), and retrieve historical uptime data (status_uptimeโ 1 credit).
๐ฐ Pricing & Benchmarks
Compare live model pricing across providers (
get_model_pricing), view price history over up to 90 days (pricing_seriesโ 1 credit), track benchmark score evolution (benchmark_seriesโ 1 credit), and do side-by-side model comparisons (compare_modelsโ 1 credit).
๐ค Model Routing & Cost Optimization
Get smart ranked model recommendations by task, budget, and quality (
premium_routingโ 1 credit) and project workload costs across up to 10 models (cost_projectionโ 1 credit).
๐ข Provider & Agent Intelligence
Deep dive into a specific provider's status, models, pricing, benchmarks, and news (
provider_deepdiveโ 1 credit), explore an enriched AI agents directory (premium_agents_directoryโ 1 credit), and monitor live bot/crawler traffic on TensorFeed (get_agent_activityโ free).
๐ Webhook Watches
Create alerts for model price changes (
create_price_watch), service status transitions (create_status_watch), or scheduled digest summaries (create_digest_watch) โ each 1 credit, 90-day lifetime. List or delete active watches anytime.
๐งฉ MCP Registry
Get a snapshot of today's MCP server registry (
mcp_registry_snapshotโ free) or multi-day growth trends (mcp_registry_seriesโ 1 credit).
๐ณ Account Management
Check your credit balance (
get_account_balance) and view per-endpoint usage history (get_account_usage).
Most tools are free; premium endpoints cost 1 credit each and require a TensorFeed bearer token.
TensorFeed.ai
Real-time AI ecosystem intelligence built for humans and AI agents. News from 36+ sources, live service status for every major LLM provider, model pricing and benchmark history, an AI agents directory, and a pay-per-call premium API settled in USDC on Base mainnet (no accounts, no API keys).
๐ Site: https://tensorfeed.ai ยท ๐ Sister site: terminalfeed.io ยท ๐ฆ HF dataset: tensorfeed/ai-ecosystem-daily ยท ๐ค MCP server: tensorfeed-mcp
Three things make this different
Code-enforced fair trade for agents. TensorFeed is the reference implementation of the Agent Fair-Trade Agreement (AFTA). Every paid call returns no charge on 5xx, breaker, schema-fail, or stale data, plus an Ed25519-signed receipt your agent can verify offline. Most APIs promise this. We code it.
Two networks already federated. TensorFeed.ai and TerminalFeed.io accept each other's bearer tokens via a server-to-server validate + commit rail. One token, two sites. Other publishers can self-adopt by publishing a conforming
/.well-known/agent-fair-trade.json.x402 from day one. No subscription, no signup, no email-me-the-API-key. Send USDC on Base, get a token, agent uses it. Compatible with Stripe Link Agents (April 2026 release): same x402 protocol, different scheme.
Want to AFTA-ify your own API?
afta-gatewayis a drop-in Cloudflare Worker template. Fork, set 3 secrets, deploy. MIT, no protocol fee.
Related MCP server: aipaygen-mcp
Drop-in MCP server
The fastest way to plug an AI agent into TensorFeed is the official MCP server. It works in Claude Desktop, Claude Code, Cursor, Cline, Continue, Zed, Goose, and anywhere else that takes a stdio MCP config.
// claude_desktop_config.json
{
"mcpServers": {
"tensorfeed": {
"command": "npx",
"args": ["-y", "@tensorfeed/mcp-server"]
}
}
}Restart your client and ask: "What's happening in AI today?" or "Compare pricing between Claude Opus and GPT-4o."
The MCP server has its own dedicated repo: github.com/RipperMercs/tensorfeed-mcp โญ full tool catalog, premium config, and example queries live there.
Try the API in 30 seconds
# Free, no auth
curl -s https://tensorfeed.ai/api/news?limit=5 | jq '.articles[] | {title, source}'
# Real-time provider status
curl -s https://tensorfeed.ai/api/status | jq '.services[] | {name, status}'
# Live model pricing across every provider
curl -s https://tensorfeed.ai/api/agents/pricing | jq '.pricing[] | {model, input_per_1m, output_per_1m}'For premium endpoints (routing, history series, news search, cost projection, webhook watches, etc), buy credits in USDC on Base at tensorfeed.ai/developers/agent-payments. 50 credits per dollar at base rate, volume tiers up to 40% off, 50-credit welcome bonus on a wallet's first payment.
What's in the box
Surface | What it is | Where |
Web dashboard | Next.js 14, dark/light mode, 60+ pages |
|
API backend | Cloudflare Worker |
|
MCP server | 22 tools (8 free, 14 paid), npm |
|
Python SDK |
|
|
JavaScript SDK |
|
|
HF dataset | 42 daily JSONL feeds, 08:00 UTC commit, inference-only license | |
Browser extension | TensorFeed AI Status (Chrome + Firefox): toolbar popup with live provider status + passive degradation badge |
Free public endpoints
/api/news /api/status /api/models
/api/benchmarks /api/incidents /api/pricing
/api/agents/{activity,news,status,pricing,directory}
/api/podcasts /api/trending-repos /api/attention
/api/embodied-ai /api/training-datasets /api/mcp-servers
/api/mcp/registry/snapshot /api/probe/latest /api/gpu/pricing
/api/benchmark-registry /api/harnesses /api/funding
/api/health, /api/ping, /api/meta, /api/cron-statusPaid endpoints (1 credit each, USDC on Base)
/api/premium/routing # smart model routing
/api/premium/news/search # full-text + filters
/api/premium/cost/projection # workload cost projection
/api/premium/whats-new # agent morning brief
/api/premium/compare/models # side-by-side comparison
/api/premium/providers/{name} # one-provider deep dive
/api/premium/agents/directory # enriched + sortable
/api/premium/watches # webhook watches + digest
/api/premium/history/{pricing,benchmarks,status}/series
/api/premium/{mcp/registry,probe,gpu/pricing,attention}/seriesFull docs: tensorfeed.ai/developers ยท agent-payments flow ยท machine-readable: /llms.txt, /openapi.json, /.well-known/x402.json, /.well-known/agent-fair-trade.json.
Discovery surfaces
Official MCP server registry:
ai.tensorfeed/mcp-serverHugging Face dataset:
tensorfeed/ai-ecosystem-dailyllms.txt: https://tensorfeed.ai/llms.txt
OpenAPI 3.1 spec: https://tensorfeed.ai/openapi.json
x402 manifest: https://tensorfeed.ai/.well-known/x402.json
AFTA manifest: https://tensorfeed.ai/.well-known/agent-fair-trade.json
"View as Agent" toggle on every page exposes the underlying JSON
Listed in punkpeye/awesome-mcp-servers, TensorBlock/awesome-mcp-servers, public-apis/public-apis, and others
Star this repo โญ
If TensorFeed is useful to you (or your agents), starring helps other builders find it. The MCP server repo is also begging for stars if you use that surface specifically.
Built with Claude
TensorFeed was built in collaboration with Claude (Anthropic). Specific systems Claude designed alongside: the agent payments rail, the active LLM probes, the GPU pricing aggregator, the OFAC sanctions screening pipeline, the routing engine, and the AFTA standard itself. Git log shows the build trail.
Stack
Next.js 14 (static export) ยท Cloudflare Pages + Workers + KV ยท Tailwind ยท JetBrains Mono + Inter ยท Resend (email) ยท Cloudflare Web Analytics ยท Vitest. MCP server is plain TypeScript on top of the official @modelcontextprotocol/sdk.
Development
npm install
npm run dev # Next.js dev server at localhost:3000
npm run build # Static export (runs prebuild: fetch-feeds + generate-llms-full)
npm run lintWorker (from worker/):
npm install
npm test # 318 vitest cases, all green
wrangler deployMCP server (from mcp-server/ or the standalone repo):
npm install
npm run build
npm startLicense
MIT. See LICENSE. Premium API responses ship under an inference-only license (no model training); see tensorfeed.ai/agent-fair-trade for the full terms.
Contact
A Pizza Robot Studios project.
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RipperMercs/tensorfeed'
If you have feedback or need assistance with the MCP directory API, please join our Discord server