# Requestly Mcp

> Model Context Protocol (MCP) server for Requestly

- **Type:** MCP server
- **Install:** `agentstack add mcp-requestly-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [requestly](https://agentstack.voostack.com/s/requestly)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [requestly](https://github.com/requestly)
- **Source:** https://github.com/requestly/mcp
- **Website:** https://www.npmjs.com/package/@requestly/mcp

## Install

```sh
agentstack add mcp-requestly-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 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

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [requestly](https://github.com/requestly)
- **Source:** [requestly/mcp](https://github.com/requestly/mcp)
- **License:** MIT
- **Homepage:** https://www.npmjs.com/package/@requestly/mcp

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-requestly-mcp
- Seller: https://agentstack.voostack.com/s/requestly
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
