Labsco
hofill logo

RequestRepo MCP

β˜… 13

from hofill

A MCP for RequestRepo

πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedAccount requiredNeeds API keys

RequestRepo MCP

MCP server for requestrepo by adragos.

Scope

  • Full requestrepo tool surface (requests, sharing, DNS, files, ping)
  • Default stdio transport, optional streamable-http
  • Confirm-gated mutations (confirm=true)
  • JSON-safe bytes envelope for binary fields

Full parameter docs are in TOOLS.md.

Run

requestrepo-mcp --transport stdio
requestrepo-mcp --transport streamable-http --host 127.0.0.1 --port 8000 --streamable-http-path /mcp

Tool Summary

  • session_info
  • list_requests
  • wait_for_request
  • delete_request
  • delete_all_requests
  • share_request
  • get_shared_request
  • list_dns
  • add_dns
  • remove_dns
  • update_dns
  • list_files
  • get_file
  • set_file
  • update_files
  • ping

Mutation tools require confirm=true.

Testing

pytest -q

CI runs tests on push and pull requests (see .github/workflows/ci.yml).