MCP.so
Sign In
Servers
F

Fetch Jsonpath Mcp

@ackness

A Model Context Protocol (MCP) server that provides tools for fetching and extracting JSON data from URLs using JSONPath patterns.

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "fetch-jsonpath-mcp": {
      "command": "uvx",
      "args": [
        "fetch-jsonpath-mcp"
      ]
    }
  }
}

More from Browser Automation