Skip to main content
Glama

Requestly MCP Server

Official
by requestly

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:

"Requestly Server": { "type": "stdio", "command": "npx", "args": ["@requestly/mcp"], "env": { "REQUESTLY_API_KEY": "<your-api-key>" } }
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. 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
Deploy Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

A TypeScript-based MCP server that provides full CRUD operations for Requestly rules and groups, enabling integration with VS Code and other MCP clients through a stdio interface.

  1. Features
    1. Usage
      1. As an MCP server (for VS Code integration)
    2. Get Your API Key
      1. References

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          TypeScript-based MCP server designed to enhance code editing experiences by providing features such as hover information, code completion, and diagnostics.
          Last updated -
          3
          24
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          A TypeScript framework for building MCP servers with features for client sessions, authentication, image/audio content, and typed server events.
          Last updated -
          MIT License
        • -
          security
          F
          license
          -
          quality
          A template repository for building Model Context Protocol (MCP) servers with TypeScript, featuring full TypeScript support, testing setup, CI/CD pipelines, and modular architecture for easy extension.
          Last updated -
          3
        • A
          security
          A
          license
          A
          quality
          A TypeScript-based MCP server that enables users to manage tasks through natural conversation with Claude. Features complete CRUD operations, priority management, tagging, search functionality, and intelligent productivity insights with robust Zod validation.
          Last updated -
          6
          47
          MIT License
          • Apple
          • Linux

        View all related MCP servers

        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