TensorFeed
TensorFeed.ai
Real-time AI industry intelligence for humans and AI agents. News from 15+ 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
What this repo contains
Web dashboard (
src/): Next.js 14 App Router, static export, deployed to Cloudflare PagesAPI backend (
worker/): Cloudflare Workertensorfeed-api, attached totensorfeed.ai/api/*. Cron-driven RSS polling, status scraping, model catalog updates, daily history snapshots, daily MCP server registry telemetryMCP server (
mcp-server/): Model Context Protocol server published as@tensorfeed/mcp-serveron npm. Exposes 19 tools (6 free, 13 paid) for use in Claude Desktop, Claude Code, Cursor, Cline, and any other MCP client. Seemcp-server/README.mdfor the full tool list and setupPython SDK (
sdk/python/):pip install tensorfeed. Full coverage of free + premium endpoints, optional[web3]extra for one-call USDC sign-and-sendJavaScript SDK (
sdk/javascript/):npm install tensorfeed. Same surface as the Python client
Related MCP server: TensorFeed MCP Server
MCP server quick start
The TensorFeed MCP server is the fastest way to plug an AI agent into the TensorFeed API.
npx -y @tensorfeed/mcp-serverOr in your Claude Desktop / Claude Code config:
{
"mcpServers": {
"tensorfeed": {
"command": "npx",
"args": ["-y", "@tensorfeed/mcp-server"]
}
}
}Free tools work without auth. To enable the 13 paid tools (routing recommendations, news search, history series, cost projection, provider deep-dive, model comparison, MCP registry series, webhook watches, and more), add a TENSORFEED_TOKEN env var. Buy credits at tensorfeed.ai/developers/agent-payments using USDC on Base. New wallets get a 50-credit welcome bonus on first payment.
Listed in the official MCP server registry as ai.tensorfeed/mcp-server. See mcp-server/README.md for the full tool catalog, example agent queries, and pricing.
API
All endpoints live at https://tensorfeed.ai/api/*.
Free, no auth:
/api/news,/api/status,/api/models,/api/benchmarks,/api/incidents/api/agents/activity,/api/agents/news,/api/agents/status,/api/agents/pricing,/api/agents/directory/api/podcasts,/api/trending-repos/api/history,/api/history/{YYYY-MM-DD}/{type}(daily snapshots)/api/mcp/registry/snapshot(daily telemetry of the official MCP server registry)/api/health,/api/ping,/api/meta,/api/cron-status
Paid (1 credit each, USDC on Base):
/api/premium/routing,/api/premium/news/search,/api/premium/cost/projection/api/premium/history/pricing/series,/api/premium/history/benchmarks/series,/api/premium/history/status/uptime/api/premium/agents/directory,/api/premium/providers/{name},/api/premium/compare/models/api/premium/whats-new(agent morning brief),/api/premium/mcp/registry/series/api/premium/watches(webhook watches with daily/weekly digest tier)
Full documentation: tensorfeed.ai/developers and tensorfeed.ai/developers/agent-payments. Machine-readable: /llms.txt, /openapi.json, /.well-known/x402.json.
Discovery surfaces for AI agents
Official MCP server registry:
ai.tensorfeed/mcp-serverllms.txt: https://tensorfeed.ai/llms.txt
OpenAPI 3.1 spec: https://tensorfeed.ai/openapi.json
x402 V2 manifest: https://tensorfeed.ai/.well-known/x402.json
Agent-first landing: https://tensorfeed.ai/for-ai-agents
View as Agent toggle: every page on the site exposes the underlying API JSON via a navbar toggle, so agents can introspect what powers any view
Stack
Next.js 14 (static export), Cloudflare Pages + Workers + KV, Tailwind CSS, JetBrains Mono + Inter, Resend for email alerts, Cloudflare Web Analytics. The 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
npm run lintWorker:
cd worker
npm install
npm test # 214 vitest cases, all green
wrangler deployMCP server:
cd mcp-server
npm install
npm run build
npm startLicense
MIT. See LICENSE.
Contact
A Pizza Robot Studios project.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenance62 real-time data tools for AI agents via MCP. Finance, crypto, FMCSA, sanctions, courts, weather, vehicles, cybersecurity. One bearer token, one bill. Free tier available.Last updatedMIT
- AlicenseAqualityBmaintenanceProvides AI agents with real-time AI ecosystem data (news, status, pricing, latency) and premium tools paid via USDC on Base, compatible with any MCP client.Last updated242881MIT
- AlicenseCqualityBmaintenanceOne MCP install that lets your AI agents discover and pay (x402 micropayments, USDC on Base + Solana) for 66 specialized real-time intelligence APIs - finance, crypto, insurance, immigration, legal, markets and more. 68 tools, pey-per-query, no subscription.Last updated69271Apache 2.0
- Alicense-qualityBmaintenance55+ pay-per-call tools for AI agents over MCP: live telemetry, blockchain/on-chain checks, environmental, transit, finance, and network utilities. No API key or signup — agents pay per request with x402 USDC micropayments (Base and Solana).Last updatedMIT
Related MCP Connectors
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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