General Tools
replynodes.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://mcp.replynodes.com/mcp
MCP server metadata
- Name
- replynodes-fetcher
- Version
- dev
Known tools 51
appstore_suggestRead-only appstore suggest operation Suggested search terms envelope.
Inferred read-onlybrand_fontsRead-only brand brand_fonts operation Extract typography and font information from any website.
Inferred read-onlybrand_retrieveRead-only brand brand_retrieve operation Resolve a full brand profile by company domain, or extract details from one specific page URL.
Inferred read-onlybrand_searchRead-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-onlybrand_styleguideRead-only brand brand_styleguide operation Extract a design system from a website: colors, typography, spacing, and more.
Inferred read-onlygoogleplay_app_detailsRead-only googleplay googleplay_app_details operation Normalized single Google Play app record.
Inferred read-onlygoogleplay_availabilityRead-only googleplay googleplay_availability operation Per-storefront app availability envelope.
Inferred read-onlygoogleplay_categoriesRead-only googleplay googleplay_categories operation Available Google Play category identifiers.
Inferred read-onlygoogleplay_category_appsRead-only googleplay googleplay_category_apps operation Top apps in the given category.
Inferred read-onlygoogleplay_data_safetyRead-only googleplay googleplay_data_safety operation Declared data-safety disclosure envelope.
Inferred read-onlygoogleplay_developerRead-only googleplay googleplay_developer operation Apps published by the given developer.
Inferred read-onlygoogleplay_permissionsRead-only googleplay googleplay_permissions operation Declared app permissions.
Inferred read-onlygoogleplay_reviewsRead-only googleplay googleplay_reviews operation Review list envelope.
Inferred read-onlygoogleplay_searchRead-only googleplay googleplay_search operation Normalized Google Play app search results.
Inferred read-onlygoogleplay_similar_appsRead-only googleplay googleplay_similar_apps operation Apps similar to the given package.
Inferred read-onlygoogleplay_suggestRead-only googleplay googleplay_suggest operation Suggested search terms envelope.
Inferred read-onlyhackernews_itemRead-only hackernews hackernews_item operation Single item plus its bounded comment tree under comments.
Inferred read-onlyhackernews_searchRead-only hackernews hackernews_search operation Algolia HN Search results.
Inferred read-onlyhackernews_stories_askRead-only hackernews hackernews_stories_ask operation Recent Ask HN stories, resolved to full items and paginated.
Inferred read-onlyhackernews_stories_bestRead-only hackernews hackernews_stories_best operation Best-ranked stories, resolved to full items and paginated.
Inferred read-onlyhackernews_stories_jobRead-only hackernews hackernews_stories_job operation Recent job postings, resolved to full items and paginated.
Inferred read-onlyhackernews_stories_newRead-only hackernews hackernews_stories_new operation Newest stories, resolved to full items and paginated.
Inferred read-onlyhackernews_stories_showRead-only hackernews hackernews_stories_show operation Recent Show HN stories, resolved to full items and paginated.
Inferred read-onlyhackernews_stories_topRead-only hackernews hackernews_stories_top operation Top front-page stories, resolved to full items and paginated.
Inferred read-onlyhackernews_userRead-only hackernews hackernews_user operation Normalized public user profile record.
Inferred read-onlyweb_search_web_searchRead-only web_search web_search operation Normalized public web-search results with title, URL, domain, snippet, favicon, engine, rank, and provenance metadata.
Inferred read-onlywebcontext_brandRead-only webcontext webcontext_brand operation Extract logos, colors, fonts, and basic public metadata for a site's brand identity.
Inferred read-onlywebcontext_crawlRead-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-onlywebcontext_mapRead-only webcontext webcontext_map operation Discover URLs belonging to a site, deduplicated, without extracting page content.
Inferred read-onlywebcontext_scrapeRead-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-onlyyoutube_channelRead-only youtube youtube_channel operation Normalized channel envelope.
Inferred read-onlyyoutube_commentsRead-only youtube youtube_comments operation Comment list envelope.
Inferred read-onlyyoutube_relatedRead-only youtube youtube_related operation Related video envelope.
Inferred read-onlyyoutube_transcriptRead-only youtube youtube_transcript operation Transcript envelope.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.