Skip to content

Add TensorFeed FDA regulatory MCP connector#41

Open
RipperMercs wants to merge 1 commit into
anthropics:mainfrom
RipperMercs:add-tensorfeed-fda-regulatory
Open

Add TensorFeed FDA regulatory MCP connector#41
RipperMercs wants to merge 1 commit into
anthropics:mainfrom
RipperMercs:add-tensorfeed-fda-regulatory

Conversation

@RipperMercs
Copy link
Copy Markdown

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 reports
  • query_fda_drug_labels — SPL prescription/OTC drug labels
  • query_fda_drug_recalls — FDA drug enforcement reports (Class I/II/III)
  • query_fda_food_recalls — FDA food enforcement reports
  • query_fda_device_events — MAUDE medical device adverse events

Plus 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

  • openFDA: CC0 1.0 Universal Dedication (FDA waiver of all copyright)
  • SEC EDGAR / BLS / FRED / MITRE CVE / CISA KEV: US Government public domain (17 USC §105)
  • FIRST.org EPSS: free for any use per FIRST.org policy
  • OSV.dev: Apache License 2.0

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.json validates against the same shape as existing connectors (pubmed, clinical-trials)
  • marketplace.json parses cleanly (22 plugins now, +1 from main)
  • MCP endpoint live + responds to tools/list with 17 tools (verified 2026-05-09)
  • Each FDA tool returns 200 with openFDA data shape on a representative query
  • /plugin install tensorfeed@life-sciences resolves once merged

About 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/meta and indexed at https://tensorfeed.ai/llms.txt.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants