From 6a57a85463eb26a4b875f958e8cb881bce572c5f Mon Sep 17 00:00:00 2001 From: RipperX Date: Sat, 9 May 2026 16:35:28 -0700 Subject: [PATCH] Add TensorFeed (Specialised Dataset) TensorFeed is a remote MCP server providing AI ecosystem data: news from 100+ AI sources, model pricing across labs, AI service status (OpenAI/Anthropic/Google/etc.), security advisories (MITRE CVE / CISA KEV / FIRST.org EPSS / OSV), SEC EDGAR filings, FDA regulatory data (drug events, recalls, device events), and US energy indicators (FRED, EIA, BLS). - Server URL: https://tensorfeed.ai/api/mcp - Transport: streamable HTTP - Auth: Open (17 free tools, no key required); paid endpoints use x402 V2 micropayments separately and are not exposed via the MCP surface - Listed in the canonical MCP registry as ai.tensorfeed/mcp-server - Underlying data is mostly US Government public domain or CC0; commercial redistribution permitted with attribution preserved --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5c9d129..ad696b3 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ This is not an exhaustive list of all remote MCP servers. We maintain high stand | CustomGPT.ai | RAG-as-a-service | `https://mcp.customgpt.ai` | API | [CustomGPT.ai](https://customgpt.ai) | | Ferryhopper | Other | `https://mcp.ferryhopper.com/mcp` | Open | [Ferryhopper](https://ferryhopper.github.io/fh-mcp/) | | SubwayInfo NYC | Other | `https://subwayinfo.nyc/mcp` | Open | [SubwayInfo NYC](https://subwayinfo.nyc) | +| TensorFeed | Specialised Dataset | `https://tensorfeed.ai/api/mcp` | Open | [TensorFeed](https://tensorfeed.ai) | # Remote MCP Installation Guide