Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,14 @@
"sha": "6f41866ea66c63eb80c42e6f652efdac5870e540"
},
"homepage": "https://kensho.com"
},
{
"name": "tensorfeed",
"source": "./partner-built/tensorfeed",
"description": "Live, machine-readable AI ecosystem and regulated-domain data: AI news across 12+ sources, model pricing, AI service status, security advisories (CVE/KEV/EPSS/OSV), SEC EDGAR filings, FDA regulatory data (FAERS, drug labels, recalls, MAUDE), and US energy/macro indicators. 17 free MCP tools, no auth required.",
"author": {
"name": "TensorFeed"
}
}
]
}
13 changes: 13 additions & 0 deletions partner-built/tensorfeed/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "tensorfeed",
"version": "1.0.0",
"description": "Live, machine-readable AI ecosystem and regulated-domain data for knowledge workers: AI news, model pricing across providers, AI service status, security advisories (CVE/KEV/EPSS/OSV), SEC EDGAR filings, FDA regulatory data (FAERS, drug labels, recalls, MAUDE), and US energy/macro indicators (EIA, BLS, FRED). 17 free MCP tools, no auth required.",
"author": {
"name": "TensorFeed",
"url": "https://tensorfeed.ai"
},
"repository": "https://github.com/RipperMercs/tensorfeed",
"homepage": "https://tensorfeed.ai",
"license": "MIT",
"keywords": ["news", "ai", "models", "pricing", "status", "cve", "security", "fda", "regulatory", "sec", "edgar", "filings", "macro", "energy", "mcp"]
}
8 changes: 8 additions & 0 deletions partner-built/tensorfeed/.mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"mcpServers": {
"tensorfeed": {
"type": "http",
"url": "https://tensorfeed.ai/api/mcp"
}
}
}
21 changes: 21 additions & 0 deletions partner-built/tensorfeed/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2026 TensorFeed.ai (Pizza Robot Studios LLC)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
38 changes: 38 additions & 0 deletions partner-built/tensorfeed/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# TensorFeed for Claude Cowork

Live, machine-readable AI ecosystem and regulated-domain data through TensorFeed.ai's hosted MCP server. Designed for knowledge workers who need fresh, sourced facts in their daily workflows.

## What's covered

The TensorFeed MCP server at `https://tensorfeed.ai/api/mcp` exposes **17 free tools** across five domains:

| Domain | Use cases |
|---|---|
| News + AI ecosystem | Track competitor AI launches, monitor industry news, check AI service status before relying on a vendor |
| Security advisories | Look up CVE severity + exploitation likelihood, audit a package for OSV advisories, check the CISA KEV catalog |
| Finance + filings | SEC EDGAR full-text search across 10-Ks/10-Qs/8-Ks, recent filings by ticker, ticker-to-CIK lookup |
| FDA regulatory | Query FAERS adverse events, SPL drug labels, drug/food recall enforcement reports, MAUDE device events |
| Energy + macro | US energy time-series (oil, gas, electricity), via EIA Open Data |

## Who benefits

- **Finance + accounting** — SEC EDGAR full-text search, BLS/FRED macro indicators, audit prep
- **Legal + compliance** — Filings research, CVE/security disclosure monitoring, FDA recall lookups for medical-device or pharma clients
- **Bio-research + life sciences** — openFDA queries (FAERS, recalls, labels, MAUDE) alongside the dedicated bio-research plugin
- **Marketing + competitive intelligence** — Real-time AI news across 12+ sources, model pricing comparison
- **Sales** — Ticker-to-company-context lookups for prospect research

## Auth

No auth required for these 17 tools. TensorFeed also exposes ~33 premium REST endpoints with LLM-ready transforms and ~80-99% token reduction; these are accessed separately and require a bearer token purchased via x402 V2 payment on Base (USDC). See [TensorFeed agent payments docs](https://tensorfeed.ai/developers/agent-payments).

## License

- Plugin metadata: MIT
- Underlying data: most is US Government public domain (SEC, BLS, FRED, MITRE, CISA, EIA) or CC0 (openFDA), with FIRST.org EPSS free-for-any-use and OSV.dev under Apache 2.0. Commercial redistribution permitted across the surface; attribution preserved on every response per upstream policies.

## Links

- Endpoint catalog: https://tensorfeed.ai/api/meta
- Agent-friendly entry doc: https://tensorfeed.ai/llms.txt
- Source: https://github.com/RipperMercs/tensorfeed (public)