Add TensorFeed FDA regulatory MCP connector#41
Open
RipperMercs wants to merge 1 commit into
Open
Conversation
Adds TensorFeed (https://tensorfeed.ai) as a life-sciences marketplace plugin filling the FDA regulatory/safety gap not covered by the existing connectors (pubmed, biorxiv, clinical-trials, chembl, open-targets, etc focus on research/literature/genomics; cortellis covers global regulatory intelligence as a paid commercial product). The TensorFeed MCP server at https://tensorfeed.ai/api/mcp exposes five FDA-specific tools wrapping openFDA endpoints: - query_fda_drug_events FAERS adverse event reports (patient demo + drug + reaction + outcome + seriousness) - query_fda_drug_labels SPL prescription/OTC drug labels (indications, dosage, warnings, contraind) - query_fda_drug_recalls FDA drug enforcement reports (Class I/II/III + reason + distribution) - query_fda_food_recalls FDA food enforcement reports - query_fda_device_events MAUDE medical device adverse events Plus 12 adjacent agent tools across SEC EDGAR (life-sciences company filings), BLS/FRED macroeconomic indicators, MITRE CVE / CISA KEV / FIRST.org EPSS / OSV.dev (biotech IT security), and live AI news + model pricing. 17 tools total in one connector. License posture: openFDA is CC0 1.0 Universal Dedication (FDA waiver of all copyright); SEC/BLS/FRED/MITRE/CISA are US Government public domain; commercial redistribution permitted across the surface; full attribution preserved on every response per the upstream policies. No auth required for these tools (free tier). Premium endpoints (LLM-ready transforms with derived fields and ~80-99% token reduction) are available separately at the REST layer; the MCP server scopes to free tools in v1.
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 as a life-sciences marketplace plugin filling the FDA regulatory + safety data gap not covered by the existing 21 connectors. Most current entries cover research/literature (pubmed, biorxiv, consensus), genomics (10x-genomics, single-cell-rna-qc, scvi-tools, open-targets), or commercial regulatory intelligence (cortellis, adisinsight). None expose the free, public, openFDA regulatory dataset which is the canonical source for US drug safety + recalls + adverse events.
What it adds
The TensorFeed MCP server at
https://tensorfeed.ai/api/mcp(HTTP transport, MCP 2024-11-05 spec) exposes five FDA-specific tools wrapping openFDA endpoints:query_fda_drug_events— FAERS adverse event reportsquery_fda_drug_labels— SPL prescription/OTC drug labelsquery_fda_drug_recalls— FDA drug enforcement reports (Class I/II/III)query_fda_food_recalls— FDA food enforcement reportsquery_fda_device_events— MAUDE medical device adverse eventsPlus 12 adjacent free tools agents in this vertical commonly need: SEC EDGAR full-text search + submissions for life-sciences company filings, BLS/FRED macroeconomic indicators, MITRE CVE / CISA KEV / FIRST.org EPSS / OSV.dev for biotech IT security, and live AI news + model pricing across providers. 17 tools total in one connector.
License + attribution
Commercial redistribution permitted across the entire surface. Attribution block preserved on every response per upstream policies.
Auth
No auth required for these tools (free tier).
Test plan
plugin.jsonvalidates against the same shape as existing connectors (pubmed, clinical-trials)marketplace.jsonparses cleanly (22 plugins now, +1 from main)tools/listwith 17 tools (verified 2026-05-09)/plugin install tensorfeed@life-sciencesresolves once mergedAbout TensorFeed
TensorFeed.ai is an AI news aggregator + machine-readable data hub for AI agents. Public source at https://github.com/RipperMercs/tensorfeed. All endpoints listed in
/api/metaand indexed athttps://tensorfeed.ai/llms.txt.