Add TensorFeed partner plugin: live AI ecosystem + regulated-domain data#221
Open
RipperMercs wants to merge 1 commit into
Open
Add TensorFeed partner plugin: live AI ecosystem + regulated-domain data#221RipperMercs wants to merge 1 commit into
RipperMercs wants to merge 1 commit into
Conversation
Adds TensorFeed (https://tensorfeed.ai) under partner-built/ with the hosted MCP server at https://tensorfeed.ai/api/mcp providing 17 free tools across five domains: - News + AI ecosystem live AI news, status, models pricing - Security advisories MITRE CVE / CISA KEV / FIRST.org EPSS / OSV - Finance + filings SEC EDGAR (search + submissions + tickers) - FDA regulatory openFDA: FAERS / SPL / recalls / MAUDE - Energy + macro EIA Open Data series Cross-functional fit for knowledge workers across finance (SEC, macro), legal (filings, security disclosures, FDA recalls), bio- research (openFDA), marketing (AI news, model pricing), and sales (ticker-to-company-context). Complements the existing finance, legal, and bio-research category plugins. Files added: - partner-built/tensorfeed/.mcp.json - partner-built/tensorfeed/.claude-plugin/plugin.json - partner-built/tensorfeed/README.md - partner-built/tensorfeed/LICENSE (MIT) License posture: most underlying data 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; attribution preserved on every response per upstream policies. No auth required for the 17 listed tools.
This was referenced May 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds TensorFeed (tensorfeed.ai) under
partner-built/with the hosted MCP server providing 17 free tools across five domains. Cross-functional fit for knowledge workers — complements the existing finance, legal, and bio-research category plugins by adding a unified data source spanning AI/security/regulatory/macro/filings.What it covers
The TensorFeed MCP server at
https://tensorfeed.ai/api/mcp(HTTP transport, MCP 2024-11-05 spec) exposes:Files added
partner-built/tensorfeed/.mcp.json— points tohttps://tensorfeed.ai/api/mcppartner-built/tensorfeed/.claude-plugin/plugin.json— metadatapartner-built/tensorfeed/README.md— what's covered + who benefitspartner-built/tensorfeed/LICENSE— MIT.claude-plugin/marketplace.jsonLicense
Auth
No auth required for these 17 tools.
Test plan
marketplace.jsonvalidates as JSON (48 plugins now, +1 from main)plugin.jsonmatches the schema in the existingpartner-built/apolloreference.mcp.jsonvalidates and points at a live HTTP MCP servertools/listwith 17 tools (verified 2026-05-09)/plugin install tensorfeed@knowledge-work-pluginsresolves once mergedAbout TensorFeed
TensorFeed.ai aggregates and re-serves machine-readable AI ecosystem data. Source: https://github.com/RipperMercs/tensorfeed. Endpoint catalog: https://tensorfeed.ai/api/meta. Also recently submitted as connectors in anthropics/life-sciences#41, anthropics/skills#1114, and anthropics/financial-services#156 for cross-vertical coverage.