Add tensorfeed skill: live AI ecosystem data via hosted MCP#1114
Open
RipperMercs wants to merge 1 commit into
Open
Add tensorfeed skill: live AI ecosystem data via hosted MCP#1114RipperMercs wants to merge 1 commit into
RipperMercs wants to merge 1 commit into
Conversation
Adds the TensorFeed skill teaching Claude when and how to use TensorFeed.ai's hosted MCP server (https://tensorfeed.ai/api/mcp) for live, machine-readable AI ecosystem data. The skill covers 17 free MCP tools across: - News + AI ecosystem (3 tools) live news, status, models - Security advisories (5 tools) CVE, KEV, EPSS, OSV (x2) - Finance + filings (3 tools) SEC EDGAR search/submissions/tickers - FDA regulatory (5 tools) FAERS, SPL, recalls (x2), MAUDE - Energy + macro (1 tool) EIA series Trigger guidance: AI news / model pricing comparison / AI service status / security CVE lookup / FDA recall lookup / SEC company filing / energy or macro indicator. Skip: pure code generation without data dependency, the user wants their own private data, non-AI-domain questions. License posture: most data is US Government public domain or CC0 (openFDA, BLS, FRED, MITRE, CISA, EIA, SEC); commercial redistribution permitted; attribution preserved on every response. The skill registers as a standalone plugin entry mirroring the claude-api pattern. SKILL.md is 6.2KB; the body covers connection, trigger conditions, the tool catalog grouped by domain, output discipline (ok/source/fetched_at/attribution), and notes the optional premium REST tier without recommending it unless explicitly asked.
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 the TensorFeed skill that teaches Claude when and how to use TensorFeed.ai's hosted MCP server (
https://tensorfeed.ai/api/mcp) for live, machine-readable AI ecosystem data and adjacent regulated-domain data.What it covers
The MCP server exposes 17 free tools, no auth required, across five domains:
The SKILL.md walks Claude through connection, trigger conditions, the tool catalog, and output discipline (preserve
attribution, surfacesource/fetched_atfor freshness).Trigger guidance
The frontmatter description includes explicit
TRIGGERandSKIPsections per the convention seen inskills/claude-api/SKILL.md:License
Test plan
marketplace.jsonvalidates as JSONSKILL.mdfrontmatter parses (name, description, license)tools/list(17 tools verified 2026-05-09)/plugin install tensorfeed@anthropic-agent-skillsresolves 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. Endpoint catalog at https://tensorfeed.ai/api/meta. Agent-friendly entry doc at https://tensorfeed.ai/llms.txt. Also available as a connector in anthropics/life-sciences#41 for the Life Sciences vertical marketplace.