Requestly MCP Server
OfficialImplemented in TypeScript using the @modelcontextprotocol/sdk, enabling seamless integration with VS Code or other MCP clients through stdio.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Requestly MCP Serverlist all my redirect rules"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: Edit File Lines MCP Server
Usage
As an MCP server (for VS Code integration)
Configure your .vscode/mcp.json to use:
"Requestly Server": {
"type": "stdio",
"command": "npx",
"args": ["@requestly/mcp"],
"env": {
"REQUESTLY_API_KEY": "<your-api-key>"
}
}npx @requestly/mcpGet Your API Key
To use this server, you'll need a Requestly API key. Request yours by filling out this short form. 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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceTypeScript-based MCP server designed to enhance code editing experiences by providing features such as hover information, code completion, and diagnostics.31426MIT
- AlicenseNot gradedqualityDmaintenanceA TypeScript-based MCP server that provides tools for making precise line-based edits to text files within allowed directories.33MIT
- AlicenseNot gradedqualityDmaintenanceA TypeScript-based MCP server that provides backend API handling and facilitates communication between microservices. Features an organized structure with controllers, routes, and models for easy extensibility and maintenance.3811MIT
- FlicenseNot gradedqualityDmaintenanceA demonstration MCP server built in TypeScript that shows how to implement stdio-based communication for integration with MCP clients. Serves as a template for building custom MCP servers with strong typing and maintainability.
Related MCP Connectors
MCP server for interacting with the Supabase platform
A TypeScript MCP server for Home Assistant, enabling programmatic management of entities, automati…
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
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/requestly/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server