← tensorfeed.ai

INDIVIDUAL MCP TOOL

list_directory_skills

Return the distribution of skill tags across all active operator claims on the TensorFeed Agent Directory.

tensorfeed.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

tensorfeed.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.tensorfeed]
url = "https://tensorfeed.ai/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tensorfeed": {
      "type": "http",
      "url": "https://tensorfeed.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tensorfeed
Remote MCP URL: https://tensorfeed.ai/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "tensorfeed": {
      "url": "https://tensorfeed.ai/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tensorfeed": {
      "type": "http",
      "url": "https://tensorfeed.ai/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tensorfeed",
  "transport": "streamable-http",
  "url": "https://tensorfeed.ai/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_news_articles — Get the latest AI news articles aggregated from 12+ sources (Anthropic, OpenAI, Google, HuggingFace, TechCrunch, The Verge, Hacker News, etc).
  • get_status_summary — Get the live operational status of every major AI service tracked by TensorFeed (Claude, ChatGPT, Gemini, Perplexity, Cohere, Mistral, HuggingFace, Replicate, Midjourney, etc).
  • get_models — Get the model pricing and specs catalog across providers (Anthropic, OpenAI, Google, Meta, Mistral, Cohere, etc).
  • get_cve_record — Look up a single CVE Record v5.2 from the MITRE CVE List by ID (e.g.
  • get_kev_catalog — Get the CISA Known Exploited Vulnerabilities (KEV) catalog.
  • get_epss_score — Get the EPSS (Exploit Prediction Scoring System) probability for one CVE, sourced from FIRST.org.
  • get_osv_advisory_for_package — Cross-ecosystem vulnerability advisory lookup via OSV.dev.
  • get_osv_advisory_by_id — Look up a single OSV.dev advisory by ID.