Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. TensorFeed
TensorFeed logo
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:05:01 PM

TensorFeed

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).Visit Website

AI news, model pricing, service status, and machine-payable premium tools. AFTA-certified.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "tensorfeed": {
      "command": "npx",
      "args": [
        "-y",
        "@tensorfeed/mcp-server"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

TensorFeed.ai

Site MCP Server HF Dataset AFTA Certified x402 License: MIT

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

  1. 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.

  2. 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.

  3. 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-gateway is a drop-in Cloudflare Worker template. Fork, set 3 secrets, deploy. MIT, no protocol fee.

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.

jsonc
// 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

bash
# 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

SurfaceWhat it isWhere
Web dashboardNext.js 14, dark/light mode, 60+ pagessrc/, deployed to Cloudflare Pages
API backendCloudflare Worker tensorfeed-api, 70+ endpoints, 14 paidworker/, attached to tensorfeed.ai/api/*
MCP server22 tools (8 free, 14 paid), npm @tensorfeed/mcp-servertensorfeed-mcp repo (mirrored from mcp-server/)
Python SDKpip install tensorfeed, optional [web3] for one-call USDCsdk/python/
JavaScript SDKnpm install tensorfeedsdk/javascript/
HF dataset42 daily JSONL feeds, 08:00 UTC commit, inference-only licensetensorfeed/ai-ecosystem-daily
Browser extensionTensorFeed AI Status (Chrome + Firefox): toolbar popup with live provider status + passive degradation badgeChrome, Firefox

Free public endpoints

Code
/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-status

Paid endpoints (1 credit each, USDC on Base)

Code
/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}/series

Full 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-server
  • Hugging Face dataset: tensorfeed/ai-ecosystem-daily
  • llms.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

Terminal
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 lint

Worker (from worker/):

Terminal
npm install
npm test         # 318 vitest cases, all green
wrangler deploy

MCP server (from mcp-server/ or the standalone repo):

Terminal
npm install
npm run build
npm start

License

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

  • support@tensorfeed.ai
  • press@tensorfeed.ai
  • feedback@tensorfeed.ai
  • Bug reports: GitHub issues

A Pizza Robot Studios project.

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • TensorFeed logoTensorFeed

    AI news, model pricing, service status, and machine-payable premium tools. AFTA-certified.

    πŸ’° Finance & Fintech0 views
    Compare vs TensorFeed β†’
  • A
    Analook β€” Competitor Intelligence

    Competitor intelligence for AI agents β€” SEO, traffic, social, Product Hunt, pricing, AI insights.

    πŸ’° Finance & Fintech0 views
    Compare vs Analook β€” Competitor Intelligence β†’
  • Plugin logoPlugin

    Circulara Observe MCP plugin - meters your AI agents' token spend and carbon, free tier.

    πŸ’° Finance & Fintech0 views
    Compare vs Plugin β†’
  • D
    Dynamic Feed

    Fresh data AI models lack: live LLM pricing, MCP registry, service status, and AI news.

    πŸ’° Finance & Fintech0 views
    Compare vs Dynamic Feed β†’

Frequently Asked Questions about TensorFeed

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "tensorfeed": { "command": "npx", "args": ["-y", "TensorFeed"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewTensorFeed AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/tensorfeed?style=directory)](https://allmcps.com/mcp/tensorfeed)
HTML Embed
<a href="https://allmcps.com/mcp/tensorfeed"><img src="https://allmcps.com/api/badge/tensorfeed?style=directory" alt="TensorFeed on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
Last commitToday
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 10, 2026
41Quality signal: Fair Β· 41/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to TensorFeed β†’Install in Claude DesktopInstall in CursorInstall in VS Code