MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQ

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Tensorfeed MCP Server

by RipperMercs
Developer ToolsModerate5.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://mcp.tensorfeed.ai/mcp

Security Report

5.2
Moderate5.2Moderate Risk

TensorFeed MCP server is a well-architected tool for AI ecosystem data with proper authentication mechanisms and clean code structure. However, several moderate concerns exist: the code truncation prevents complete analysis; token handling relies entirely on environment variables with minimal validation; third-party API dependency creates supply-chain risk; and while input validation is present, some edge cases lack explicit handling. Permissions align with the server's purpose (network HTTP for APIs, environment variables for credentials), but the reliance on external API responses and downstream sanitization introduces moderate risk. Supply chain analysis found 1 known vulnerability in dependencies (1 critical, 0 high severity). Package verification found 1 issue.

3 files analyzed · 10 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Bearer token from /api/payment/buy-credits. Required for paid tiers (full verdicts, 8 to 90 day series, webhook watches, account status). Free tiers (news, status, pricing, verdict previews, 1 to 7 day series, model discovery) work without it. Buy credits in USDC on Base at https://tensorfeed.ai/developers/agent-payments.Required

Environment variable: TENSORFEED_TOKEN

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

TensorFeed MCP Server

npm version MCP Registry License: MIT AFTA Certified HF Dataset

The official Model Context Protocol server for TensorFeed.ai. Plugs into Claude Desktop, Claude Code, Cursor, and any MCP-compatible client. Gives your agent real-time AI ecosystem data plus 14 premium tools paid in USDC on Base.

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

That's it. Restart Claude Desktop and ask: "What's happening in AI today?" or "Is Claude down right now?"

Why this exists

Most AI agents have a knowledge cutoff in the past. This MCP server gives them a window into:

  • What's broken right now in the AI stack (Anthropic, OpenAI, Google, Mistral, others)
  • What's new in the last 24 hours across 36+ news sources
  • Current model pricing across every major provider
  • Live AI bot traffic to a real production site (who's crawling, who's buying tokens)
  • Smart model routing ("which model is best for THIS task right now")
  • Cost projection before you commit to a workload
  • Webhook watches that fire when a price changes or a service drops

The premium tools are paid per call in USDC on Base. No subscription, no signup, no API key emails. Buy a few credits, get a bearer token, agent uses it. The whole thing is Agent Fair-Trade Agreement certified: code-enforced no-charge on errors, breaker, schema-fail, and stale data; Ed25519-signed receipts on every paid call.

Free tools

No token required. Connect and use immediately.

ToolDescription
get_ai_newsLatest AI news from 36+ sources, filterable by category
get_ai_statusReal-time status of Claude, OpenAI, Gemini, Mistral, and more
is_service_downCheck if a specific AI service is down
get_model_pricingCompare pricing across all major AI model providers
get_ai_todaySummary of top AI stories from the last 24 hours
get_agent_activityLive AI bot traffic on TensorFeed.ai with top-bot breakdown
mcp_registry_snapshotToday's count + churn of the official MCP server registry
probe_latestLast 24h of measured LLM endpoint latency per provider (TTFB / total p50/p95/p99). Measured, not self-reported

Premium tools

Set TENSORFEED_TOKEN to enable. Tools are 1 credit each ($0.02 at base rate, less with volume bundles). Watches are also 1 credit at registration; reads/lists/deletes are free for the owning token.

ToolDescription
premium_routingTop-N ranked AI model recommendations for a task with full score breakdown
pricing_seriesDaily price points for one model with min/max/delta summary
benchmark_seriesScore evolution for a benchmark on one model
status_uptimeDaily uptime % for one provider with incident-day list
premium_agents_directoryEnriched agents catalog with live status, news, traffic, trending score
news_searchFull-text news search with date/provider/category filters and relevance scoring
cost_projectionProject workload cost across 1-10 AI models with 4 time horizons
provider_deepdiveOne provider's full profile: status, models, pricing, benchmarks, news
compare_modelsSide-by-side comparison of 2-5 models with normalized benchmarks
whats_newAgent morning brief: pricing changes, incidents, top news from last 1-7 days
mcp_registry_seriesMulti-day MCP registry growth and churn series, 90-day max range
probe_seriesDaily SLA series for one LLM provider, 90-day max range
create_price_watchRegister a webhook watch on a model price change
create_status_watchRegister a webhook watch on a service status transition
create_digest_watchRegister a daily/weekly pricing-digest webhook
list_watches, delete_watch, get_account_balance, get_account_usageFree token-scoped utilities

Buy credits in USDC on Base at tensorfeed.ai/developers/agent-payments. Volume tiers: 10% off at $5, 25% off at $30, 40% off at $200. First payment from a new wallet gets a 50-credit welcome bonus.

// claude_desktop_config.json — premium config
{
  "mcpServers": {
    "tensorfeed": {
      "command": "npx",
      "args": ["-y", "@tensorfeed/mcp-server"],
      "env": {
        "TENSORFEED_TOKEN": "tf_live_..."
      }
    }
  }
}

Setup with other MCP clients

The same command + args + env block works in Claude Code, Cursor, Continue, Cline, Zed, and Goose. Anywhere that takes a stdio MCP server config, this drops in.

Run standalone for testing:

npx @tensorfeed/mcp-server
# with premium tools enabled:
TENSORFEED_TOKEN=tf_live_... npx @tensorfeed/mcp-server

Example queries

Free tier:

  • "What's happening in AI today?"
  • "Is Claude down right now?"
  • "Compare pricing between Claude Opus and GPT-4o"
  • "What's the latency on Anthropic's API right now?"
  • "Which AI bots are most active on the web today?"

Premium tier (with TENSORFEED_TOKEN set):

  • "Recommend the cheapest AI model for code generation under $5 per million tokens"
  • "Show the price history of Claude Opus 4.7 over the last 30 days"
  • "What's Anthropic's uptime this month?"
  • "Project monthly cost if we send 10M input + 2M output tokens/day to Claude Sonnet 4.6"
  • "Set up a webhook to fire when GPT-5 pricing changes"
  • "Give me a morning brief on what changed in AI in the last 24 hours"

Agent Fair-Trade Agreement

This server speaks AFTA. Every paid call:

  • Returns no charge on 5xx, circuit breaker trip, schema validation failure, or stale data (older than the endpoint's published SLA)
  • Returns an Ed25519-signed receipt your agent can verify against the public key at tensorfeed.ai/.well-known/tensorfeed-receipt-key.json
  • Logs the no-charge event to a public ledger at /api/payment/no-charge-stats
  • Honors a 100-call/min burn-rate breaker so a bug in your loop can't drain the wallet

The full standard is at tensorfeed.ai/agent-fair-trade. Manifest at /.well-known/agent-fair-trade.json.

Refunds, sanctions, terms

All credit purchases are final per Section 17.5 of the Terms. Credits do not expire and are jointly redeemable on tensorfeed.ai and terminalfeed.io, so the safe pattern is to buy small ($1 USDC for 50 credits) and top up as call volume is calibrated. Premium access is unavailable in OFAC-sanctioned jurisdictions per Section 17.9.

Data source

All data comes from the TensorFeed.ai API, which aggregates 42 feeds across the AI ecosystem (news, pricing, benchmarks, status, GPU pricing, MCP registry growth, latency probes, agent traffic, AFTA adopters, training datasets, embodied AI, hardware, and more). A daily JSONL snapshot of the full corpus is published to Hugging Face at tensorfeed/ai-ecosystem-daily under an inference-only license.

Star this repo

If this server is useful to you, a star helps other agent builders find it. Thank you.

Links

  • TensorFeed.ai: https://tensorfeed.ai
  • API reference: https://tensorfeed.ai/developers
  • Premium / payments: https://tensorfeed.ai/developers/agent-payments
  • AFTA standard: https://tensorfeed.ai/agent-fair-trade
  • Hugging Face dataset: https://huggingface.co/datasets/tensorfeed/ai-ecosystem-daily
  • npm package: https://www.npmjs.com/package/@tensorfeed/mcp-server
  • Companion package, on-chain x402 verifier: https://www.npmjs.com/package/@tensorfeed/x402-base-mcp
  • MCP registry: https://registry.modelcontextprotocol.io/v0/servers/ai.tensorfeed/mcp-server
  • Sister site (real-time data dashboard): https://terminalfeed.io
  • Issues / feature requests: https://github.com/RipperMercs/tensorfeed-mcp/issues

License

MIT. Built by TensorFeed.ai.

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source CodeDocumentationnpm PackageRemote Endpoint

Details

Published April 29, 2026
Version 2.0.0
0 installs
Local & Remote Plugin

More Developer Tools MCP Servers

Fetch

Free

by Modelcontextprotocol · Developer Tools

Web content fetching and conversion for efficient LLM usage

80.0K
Stars
4
Installs
5.3
Security
No ratings yet
Local

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

137
Stars
510
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
68
Installs
10.0
Security
4.6
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

120.0K
Stars
24
Installs
6.0
Security
5.0
Local

FinAgent

Free

by mcp-marketplace · Finance

Free stock data and market news for any MCP-compatible AI assistant.

-
Stars
18
Installs
10.0
Security
No ratings yet
Local

mcp-creator-typescript

Free

by mcp-marketplace · Developer Tools

Scaffold, build, and publish TypeScript MCP servers to npm — conversationally

-
Stars
17
Installs
10.0
Security
5.0
Local