1. Conduid
  2. AI
  3. MCP
MCP server · AI

MCP

Model Context Protocol (MCP) server for Requestly

Unclaimed MIT last commit a year ago ai
52Fair

Scored 3 months ago · breakdown

About MCP

MCP is an MCP server published by requestly in the AI category: model Context Protocol (MCP) server for Requestly. It has been installed 0 times through Conduid.

The repository has 4 stars and 2 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about MCP

Powered by Claude · Grounded in docs

I know everything about MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

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:

"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

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About MCP

How do I install MCP?

Run npx mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is MCP safe to use with an AI agent?

Its trust score is 52 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is MCP still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.