SmartFetch
by Friezaaaa
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| X402_PRICE | No | Price for x402 payment. Default is $0.005. | $0.005 |
| X402_PAY_TO | No | Public receiving address for x402 payments. Required when X402_ENABLED=true. | |
| X402_ENABLED | No | Set to 'true' to enable x402 payment protection. If unset or false, startup requires no payment settings. | |
| X402_NETWORK | No | Network for x402 payments. Default is eip155:84532 (Base Sepolia). Use eip155:8453 for Base mainnet. | eip155:84532 |
| CDP_API_KEY_ID | No | Coinbase CDP API key ID. Required when using Base mainnet (X402_NETWORK=eip155:8453). | |
| MAX_OUTPUT_CHARS | No | Maximum allowed output characters. Default is 50000. | 50000 |
| RATE_LIMIT_BURST | No | Rate limit burst. Default is 10. | 10 |
| CDP_API_KEY_SECRET | No | Coinbase CDP API key secret. Required when using Base mainnet (X402_NETWORK=eip155:8453). | |
| ALLOW_PRIVATE_NETWORK | No | Set to '1' to allow private network access. Do not set in production. | |
| FETCH_TIMEOUT_SECONDS | No | HTTP fetch timeout in seconds. Default is 12. | 12 |
| RATE_LIMIT_PER_MINUTE | No | Rate limit per minute. Default is 30. | 30 |
| MAX_CONCURRENT_FETCHES | No | Maximum number of concurrent fetches. Recommended default is 4. | 4 |
| BROWSER_TIMEOUT_SECONDS | No | Browser timeout in seconds. Default is 15. | 15 |
| MAX_CONCURRENT_BROWSERS | No | Maximum number of concurrent browser processes. Recommended default is 1. | 1 |
| DEFAULT_MAX_OUTPUT_CHARS | No | Default maximum output characters. Default is 20000. | 20000 |
| TOTAL_REQUEST_TIMEOUT_SECONDS | No | Total request timeout in seconds. Default is 25. | 25 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Friezaaaa/smartfetch'
If you have feedback or need assistance with the MCP directory API, please join our Discord server