RequestRepo MCP
A MCP for RequestRepo
RequestRepo MCP
MCP server for requestrepo by adragos.
Scope
- Full requestrepo tool surface (requests, sharing, DNS, files, ping)
- Default
stdiotransport, optionalstreamable-http - Confirm-gated mutations (
confirm=true) - JSON-safe bytes envelope for binary fields
Full parameter docs are in TOOLS.md.
Install
python -m pip install -e .
For local development:
python -m pip install -e ".[dev]"
Configuration
REQUESTREPO_TOKEN(optional)REQUESTREPO_ADMIN_TOKEN(optional)REQUESTREPO_HOST(defaultrequestrepo.com)REQUESTREPO_PORT(default443)REQUESTREPO_PROTOCOL(defaulthttps)REQUESTREPO_VERIFY(defaulttrue)REQUESTREPO_DEFAULT_TIMEOUT_SECONDS(default30)REQUESTREPO_MAX_BYTES(default65536)
Auth behavior:
- If
REQUESTREPO_TOKENis set, it is used. - Otherwise a new session is created, optionally with
REQUESTREPO_ADMIN_TOKEN.
Run
requestrepo-mcp --transport stdio
requestrepo-mcp --transport streamable-http --host 127.0.0.1 --port 8000 --streamable-http-path /mcp
Install In AI Clients
Codex
With token (optional, recommended if you already have one):
codex mcp add requestrepo --env REQUESTREPO_TOKEN=your-token -- requestrepo-mcp --transport stdio
Without token (creates a new session automatically):
codex mcp add requestrepo -- requestrepo-mcp --transport stdio
Check config:
codex mcp get requestrepo
Autostart note:
- Codex starts
stdioservers automatically. - If startup fails, register with an absolute executable path:
codex mcp add requestrepo --env REQUESTREPO_TOKEN=your-token -- /absolute/path/to/requestrepo-mcp --transport stdio
Claude Code / Claude Desktop
{
"mcpServers": {
"requestrepo": {
"command": "requestrepo-mcp",
"args": ["--transport", "stdio"],
"env": {
"REQUESTREPO_TOKEN": "your-token"
}
}
}
}
Cursor
{
"mcpServers": {
"requestrepo": {
"command": "requestrepo-mcp",
"args": ["--transport", "stdio"],
"env": {
"REQUESTREPO_TOKEN": "your-token"
}
}
}
}
VS Code (Copilot Agent)
.vscode/mcp.json:
{
"servers": {
"requestrepo": {
"type": "stdio",
"command": "requestrepo-mcp",
"args": ["--transport", "stdio"],
"env": {
"REQUESTREPO_TOKEN": "your-token"
}
}
}
}
Tool Summary
session_infolist_requestswait_for_requestdelete_requestdelete_all_requestsshare_requestget_shared_requestlist_dnsadd_dnsremove_dnsupdate_dnslist_filesget_fileset_fileupdate_filesping
Mutation tools require confirm=true.
Testing
pytest -q
CI runs tests on push and pull requests (see .github/workflows/ci.yml).
Related Servers
Nomad Stays
The world's platform for finding and booking digital nomad friend accommodation
Bazi
An MCP server for accessing Bazi (Chinese astrology) data, requiring an API key.
Global Entry Alerts
Query real-time Global Entry interview appointment wait times across all 130+ US enrollment centers. Free, no auth required.
Trading MCP Server
An intelligent trading assistant that fetches live stock prices using the Yahoo Finance API.
MCP Weather Server
Provides weather-related tools using the US National Weather Service API.
Barevalue MCP
AI podcast editing as a service. Upload raw audio or submit a URL, get back edited episodes with filler words removed, noise reduction, transcripts, show notes, and social clips. Includes webhooks for automation.
Phone Carrier Detector
Detects Chinese mobile phone carriers, including China Mobile, China Unicom, China Telecom, and virtual carriers.
IzmirMCP
Access real-time public transit data for İzmir, including vehicle positions, arrivals, and schedules from İZBAN and ESHOT.
Nexus Dashboard
A comprehensive Model Context Protocol (MCP) server for Cisco Nexus Dashboard, enabling AI agents like Claude to interact with Nexus Dashboard APIs for intelligent network automation and management.
rfcxml-mcp
MCP server for structural understanding of RFC documents.