https://github.com/requestly/mcp
Model Context Protocol (MCP) server for Requestly
https://github.com/requestly/mcp
Last synced: 5 months ago
JSON representation
Model Context Protocol (MCP) server for Requestly
- Host: GitHub
- URL: https://github.com/requestly/mcp
- Owner: requestly
- Created: 2025-07-25T06:50:47.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-07-25T09:12:09.000Z (7 months ago)
- Last Synced: 2025-07-25T13:18:41.005Z (7 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@requestly/mcp
- Size: 49.8 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Requestly MCP Server
This project is a Model Context Protocol (MCP) server implemented in TypeScript using the @modelcontextprotocol/sdk. It provides full CRUD tools for Requestly rules and groups, and can be run as a stdio MCP server.
## Features
- Create, read, update, and delete Requestly rules
- Create, read, update, and delete Requestly groups
- Attach rules to groups
- Run as a stdio MCP server for integration with VS Code or other MCP clients
## Usage
### As an MCP server (for VS Code integration)
Configure your `.vscode/mcp.json` to use:
```jsonc
"Requestly Server": {
"type": "stdio",
"command": "npx",
"args": ["@requestly/mcp"],
"env": {
"REQUESTLY_API_KEY": ""
}
}
```
```sh
npx @requestly/mcp
```
## Get Your API Key
To use this server, you'll need a Requestly API key.
Request yours by filling out this [short form](https://app.formbricks.com/s/clryn62s316gjdeho9j03t7oa).
Our team will review your request and provide access shortly
## References
- MCP SDK: https://github.com/modelcontextprotocol/create-python-server
- MCP Protocol: https://modelcontextprotocol.io/llms-full.txt
- Requestly API Docs: https://docs.requestly.com/public-apis/overview