← Registry

General Tools

replynodes.com

Provides general-purpose tools through the Model Context Protocol.

x402 supported1 endpoint51 known toolsFirst detected August 6, 2026Last detected September 16, 2026

ENDPOINT 1

https://mcp.replynodes.com/mcp

No auth detected

MCP server metadata

Name
replynodes-fetcher
Version
dev
Capabilities
tools

Known tools 51

appstore_app

Read-only appstore app operation Normalized App records.

Inferred read-only
appstore_developer

Read-only appstore developer operation Normalized App records.

Inferred read-only
appstore_list

Read-only appstore list operation Normalized App records.

Inferred read-only
appstore_privacy

Read-only appstore privacy operation Privacy details envelope.

Inferred read-only
appstore_ratings

Read-only appstore ratings operation Ratings summary envelope.

Inferred read-only
appstore_reviews

Read-only appstore reviews operation Review list envelope.

Inferred read-only
appstore_search

Read-only appstore search operation Normalized App records.

Inferred read-only
appstore_similar

Read-only appstore similar operation Normalized App records.

Inferred read-only
appstore_suggest

Read-only appstore suggest operation Suggested search terms envelope.

Inferred read-only
brand_fonts

Read-only brand brand_fonts operation Extract typography and font information from any website.

Inferred read-only
brand_retrieve

Read-only brand brand_retrieve operation Resolve a full brand profile by company domain, or extract details from one specific page URL.

Inferred read-only
brand_search

Read-only brand brand_search operation Search brands by name or domain and get up to 10 lightweight matches with domain, name, and logo.

Inferred read-only
brand_styleguide

Read-only brand brand_styleguide operation Extract a design system from a website: colors, typography, spacing, and more.

Inferred read-only
googleplay_app_details

Read-only googleplay googleplay_app_details operation Normalized single Google Play app record.

Inferred read-only
googleplay_availability

Read-only googleplay googleplay_availability operation Per-storefront app availability envelope.

Inferred read-only
googleplay_categories

Read-only googleplay googleplay_categories operation Available Google Play category identifiers.

Inferred read-only
googleplay_category_apps

Read-only googleplay googleplay_category_apps operation Top apps in the given category.

Inferred read-only
googleplay_data_safety

Read-only googleplay googleplay_data_safety operation Declared data-safety disclosure envelope.

Inferred read-only
googleplay_developer

Read-only googleplay googleplay_developer operation Apps published by the given developer.

Inferred read-only
googleplay_permissions

Read-only googleplay googleplay_permissions operation Declared app permissions.

Inferred read-only
googleplay_reviews

Read-only googleplay googleplay_reviews operation Review list envelope.

Inferred read-only
googleplay_search

Read-only googleplay googleplay_search operation Normalized Google Play app search results.

Inferred read-only
googleplay_similar_apps

Read-only googleplay googleplay_similar_apps operation Apps similar to the given package.

Inferred read-only
googleplay_suggest

Read-only googleplay googleplay_suggest operation Suggested search terms envelope.

Inferred read-only
hackernews_item

Read-only hackernews hackernews_item operation Single item plus its bounded comment tree under comments.

Inferred read-only
hackernews_search

Read-only hackernews hackernews_search operation Algolia HN Search results.

Inferred read-only
hackernews_stories_ask

Read-only hackernews hackernews_stories_ask operation Recent Ask HN stories, resolved to full items and paginated.

Inferred read-only
hackernews_stories_best

Read-only hackernews hackernews_stories_best operation Best-ranked stories, resolved to full items and paginated.

Inferred read-only
hackernews_stories_job

Read-only hackernews hackernews_stories_job operation Recent job postings, resolved to full items and paginated.

Inferred read-only
hackernews_stories_new

Read-only hackernews hackernews_stories_new operation Newest stories, resolved to full items and paginated.

Inferred read-only
hackernews_stories_show

Read-only hackernews hackernews_stories_show operation Recent Show HN stories, resolved to full items and paginated.

Inferred read-only
hackernews_stories_top

Read-only hackernews hackernews_stories_top operation Top front-page stories, resolved to full items and paginated.

Inferred read-only
hackernews_user

Read-only hackernews hackernews_user operation Normalized public user profile record.

Inferred read-only
reddit_post_by_id

Read-only reddit post_by_id operation.

Inferred read-only
reddit_post_by_permalink

Read-only reddit post_by_permalink operation.

Inferred read-only
reddit_search_posts

Read-only reddit search_posts operation.

Inferred read-only
reddit_subreddit_posts

Read-only reddit subreddit_posts operation.

Inferred read-only
reddit_user_activity

Read-only reddit user_activity operation.

Inferred read-only
reddit_user_posts

Read-only reddit user_posts operation.

Inferred read-only
web_search_web_search

Read-only web_search web_search operation Normalized public web-search results with title, URL, domain, snippet, favicon, engine, rank, and provenance metadata.

Inferred read-only
webcontext_brand

Read-only webcontext webcontext_brand operation Extract logos, colors, fonts, and basic public metadata for a site's brand identity.

Inferred read-only
webcontext_crawl

Read-only webcontext webcontext_crawl operation Crawl same-origin links from a URL; max_pages/max_depth are clamped server-side regardless of the requested value.

Inferred read-only
webcontext_map

Read-only webcontext webcontext_map operation Discover URLs belonging to a site, deduplicated, without extracting page content.

Inferred read-only
webcontext_scrape

Read-only webcontext webcontext_scrape operation Clean Markdown for one URL, main-content-only by default, with optional CSS include/exclude selectors (comma-separated).

Inferred read-only
youtube_channel

Read-only youtube youtube_channel operation Normalized channel envelope.

Inferred read-only
youtube_comments

Read-only youtube youtube_comments operation Comment list envelope.

Inferred read-only
youtube_playlist

Read-only youtube youtube_playlist operation Playlist envelope.

Inferred read-only
youtube_related

Read-only youtube youtube_related operation Related video envelope.

Inferred read-only
youtube_search

Read-only youtube youtube_search operation Search result envelope.

Inferred read-only
youtube_transcript

Read-only youtube youtube_transcript operation Transcript envelope.

Inferred read-only
youtube_video

Read-only youtube youtube_video operation Single video envelope.

Inferred read-only

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

.mcp.json

{
  "mcpServers": {
    "replynodes-fetcher": {
      "type": "http",
      "url": "https://mcp.replynodes.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "replynodes-fetcher",
  "transport": "streamable-http",
  "url": "https://mcp.replynodes.com/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.