Skip to main content
Glama

Fetch JSONPath MCP

by ackness

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JSONRPC_MCP_PROXYNoHTTP proxy configuration
JSONRPC_MCP_VERIFYNoSSL verificationtrue
JSONRPC_MCP_HEADERSNoCustom headers (will be merged with default browser headers)
JSONRPC_MCP_TIMEOUTNoRequest timeout in seconds10.0
JSONRPC_MCP_FOLLOW_REDIRECTSNoFollow redirectstrue

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get-json

Extract JSON content from a URL using JSONPath with extended features. Supports extensions like len, keys, filtering, arithmetic operations, and more. If 'pattern' is omitted or empty, the entire JSON document is returned.

get-text

Get raw text content from a URL (not limited to JSON).

batch-get-json

Batch extract JSON content from multiple URLs with different extended JSONPath patterns. Supports all JSONPath extensions and optimizes by fetching each unique URL only once. Executes requests concurrently for better performance.

batch-get-text

Batch get raw text content from multiple URLs. Executes requests concurrently for better performance.

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ackness/fetch-jsonpath-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server