← resensa.io

INDIVIDUAL MCP TOOL

lookup_feeds

Batch lookup of feed metadata for up to 50 feed_ids in one call.

resensa.ionone 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

resensa.io

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

.mcp.json

{
  "mcpServers": {
    "resensa-io": {
      "type": "http",
      "url": "https://search-mcp.resensa.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "resensa-io",
  "transport": "streamable-http",
  "url": "https://search-mcp.resensa.io/mcp"
}
MCP Inspector

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

Related tools

  • get_chunks_by_range — Fetch a contiguous range of transcript chunks from one source.
  • get_feed — Fetch metadata for one feed by feed_id.
  • get_feed_items — Paginate through the items (source memberships) inside a feed.
  • lookup_sources — Batch lookup of source metadata (title, duration, provider IDs).
  • lookup_youtube_channels — Batch fetch YouTube channel metadata (name, thumbnail).
  • lookup_youtube_videos — Batch fetch YouTube video metadata (title, thumbnail, duration, published_at).
  • narrow_reference — Produce a narrow feed reference scoped to a chosen subset of items.
  • preview_feed — Browse a not-yet-subscribed feed: list provider videos (channel uploads or playlist contents) without creating anything.