readable-mcp
by tommypj
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| READABLE_MCP_CACHE_TTL | No | Cache entry lifetime (s) | 900 |
| READABLE_MCP_LOG_LEVEL | No | DEBUG / INFO / WARNING / ERROR | INFO |
| READABLE_MCP_USER_AGENT | No | Outbound User-Agent | readable-mcp/0.1 (+…) |
| READABLE_MCP_MAX_RETRIES | No | Total attempts per fetch (incl. the first) | 3 |
| READABLE_MCP_READ_TIMEOUT | No | Socket read timeout (s) | 15 |
| READABLE_MCP_CACHE_MAXSIZE | No | Max cached entries | 512 |
| READABLE_MCP_TOTAL_TIMEOUT | No | Hard ceiling for one request (s) | 20 |
| READABLE_MCP_MAX_BATCH_URLS | No | Max URLs per extract_batch call | 10 |
| READABLE_MCP_RATE_LIMIT_RPS | No | Sustained outbound requests per second | 5 |
| READABLE_MCP_CONNECT_TIMEOUT | No | Connection-establishment timeout (s) | 5 |
| READABLE_MCP_RATE_LIMIT_BURST | No | Token-bucket capacity (max burst) | 10 |
| READABLE_MCP_RETRY_BASE_DELAY | No | Base backoff delay (seconds) | 0.5 |
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
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/tommypj/readable-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server