← trendsentinel.net

INDIVIDUAL MCP TOOL

ai_tools_get_public_card

Fetch a public AI tool card by lookup_token.

trendsentinel.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://trendsentinel.net/mcp

No auth detected

Connect to this endpoint to inspect the live schema for ai_tools_get_public_card and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent server

trendsentinel.net

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.trendsentinel-mcp]
url = "https://trendsentinel.net/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "trendsentinel-mcp": {
      "type": "http",
      "url": "https://trendsentinel.net/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: trendsentinel-mcp
Remote MCP URL: https://trendsentinel.net/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": {
    "trendsentinel-mcp": {
      "url": "https://trendsentinel.net/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "trendsentinel-mcp": {
      "type": "http",
      "url": "https://trendsentinel.net/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "trendsentinel-mcp",
  "transport": "streamable-http",
  "url": "https://trendsentinel.net/mcp"
}
MCP Inspector

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

Related tools

  • ai_tools_search — Search the public AI tool catalog through TrendSentinel tool discovery.
  • ai_tools_recommend_for_task — Recommend public AI tools for a specific task.
  • ai_tools_find_similar — Find public AI tool alternatives or similar tools.
  • news_search — Search dated, citable TrendSentinel news items across AI, research, tech and policy.
  • news_trending — Bounded digest of currently trending AI/research/tech topics with structured signals.
  • news_get_summary — Fetch a bounded public news summary with source URL by lookup_token.
  • workflow_packs_browse — Browse TrendSentinel curated research workflow solution packs: transcription and speaker diarization, PDF OCR and translation, literature review, academic writing, data analysis, scientific figures, coding assistants, reference management, data collection and corpus annotation.