RequestRepo MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REQUESTREPO_HOST | No | The host address of the requestrepo server. | requestrepo.com |
| REQUESTREPO_PORT | No | The port for the requestrepo server. | 443 |
| REQUESTREPO_TOKEN | No | Optional auth token. If set, it is used. Otherwise a new session is created. | |
| REQUESTREPO_VERIFY | No | Whether to verify SSL certificates. | true |
| REQUESTREPO_PROTOCOL | No | The protocol to use (e.g., https). | https |
| REQUESTREPO_MAX_BYTES | No | Maximum bytes for binary fields. | 65536 |
| REQUESTREPO_ADMIN_TOKEN | No | Optional admin token used when creating a new session. | |
| REQUESTREPO_DEFAULT_TIMEOUT_SECONDS | No | Default timeout in seconds for operations. | 30 |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| session_infoB | Return session info for the active requestrepo client. |
| list_requestsC | List captured requests with optional filtering. |
| wait_for_requestC | Poll for a new request until timeout. |
| delete_requestC | Delete one request. |
| delete_all_requestsB | Delete all requests for the current session. |
| share_requestC | Create a share token for a request. |
| get_shared_requestC | Resolve a shared request token. |
| list_dnsB | List DNS records. |
| add_dnsC | Add a DNS record. |
| remove_dnsB | Remove DNS records by domain and optional type. |
| update_dnsC | Replace the full DNS records set. |
| list_filesB | List all file responses. |
| get_fileC | Get one file response. |
| set_fileD | Set one file response. |
| update_filesC | Replace all file responses. |
| pingB | Ping the underlying requestrepo websocket connection. |
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/hofill/RequestRepo-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server