← nanoparse.app

INDIVIDUAL MCP TOOL

nanoparse_fetch

Fetch a URL and return clean Markdown with Litmus (source authority, freshness, structural trust).

nanoparse.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://nanoparse.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for nanoparse_fetch 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

nanoparse.app

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • nanoparse_status — Check wallet balance, USDC balance, quota state, and whether the next /fetch call will succeed without payment.