TensorFeed
https://tensorfeed.ai/api/mcpskills: {'id': 'get_news_articles', 'name': 'get_news_articles', 'description': 'Get the latest AI news articles aggregated from 12+ sources (Anthropic, OpenAI, Google, HuggingFace, TechCrunch, The Verge, Hacker News, etc). Polled every 10 min, deduplicated, sanitized for prompt injection. Returns up to 200 articles with title, snippet, source, and publishedAt.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_status_summary', 'name': 'get_status_summary', 'description': 'Get the live operational status of every major AI service tracked by TensorFeed (Claude, ChatGPT, Gemini, Perplexity, Cohere, Mistral, HuggingFace, Replicate, Midjourney, etc). Polled every 2 min. Returns operational | degraded | down per service plus the most recent incident.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_models', 'name': 'get_models', 'description': 'Get the model pricing and specs catalog across providers (Anthropic, OpenAI, Google, Meta, Mistral, Cohere, etc). Includes per-token pricing, context windows, capabilities, deprecation flags. Refreshed daily.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_cve_record', 'name': 'get_cve_record', 'description': 'Look up a single CVE Record v5.2 from the MITRE CVE List by ID (e.g. CVE-2024-3094). Lazy-fetched and cached 7 days. License: MITRE CVE Terms of Use, commercial redistribution permitted; the response includes the standard attribution block.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_kev_catalog', 'name': 'get_kev_catalog', 'description': 'Get the CISA Known Exploited Vulnerabilities (KEV) catalog. Returns the most recent N entries plus catalog metadata. Refreshed daily at 06:30 UTC. License: US Government public domain. ~1500 actively-exploited CVEs.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_epss_score', 'name': 'get_epss_score', 'description': 'Get the EPSS (Exploit Prediction Scoring System) probability for one CVE, sourced from FIRST.org. Returns the daily probability (0-1) that the CVE will be exploited in the next 30 days plus a percentile rank. License: FIRST.org free-for-any-use.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_osv_advisory_for_package', 'name': 'get_osv_advisory_for_package', 'description': 'Cross-ecosystem vulnerability advisory lookup via OSV.dev. Given an ecosystem (PyPI, npm, Go, crates.io, Maven, NuGet, RubyGems, Packagist, etc) and a package name (optional version), returns advisories affecting that package. License: Apache 2.0.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_osv_advisory_by_id', 'name': 'get_osv_advisory_by_id', 'description': 'Look up a single OSV.dev advisory by ID. Accepts GHSA / CVE / PYSEC / RUSTSEC / GO / OSV / DSA / ALPINE / DEBIAN / UBUNTU and other documented identifier prefixes. License: Apache 2.0.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 257.8ms; conformance: pass
How to connect
https://tensorfeed.ai/api/mcp
curl -X POST https://tensorfeed.ai/api/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'