PluginBench
MCP Server
Maintained
MIT

Agentic Platform MCP Server

io.github.andysalvo/agentic-platform

What is the Agentic Platform MCP server?

Free MCP tools: the only MCP linter, health checks, cost estimation, and trust evaluation.

How to install Agentic Platform

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agentic-platform": {
      "url": "https://platform.crestsystems.ai/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agentic-platform": {
      "serverUrl": "https://platform.crestsystems.ai/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agentic-platform": {
      "type": "http",
      "url": "https://platform.crestsystems.ai/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "agentic-platform": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://platform.crestsystems.ai/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http agentic-platform https://platform.crestsystems.ai/mcp

Related MCP servers

Buy any x402 API or data on Base, Solana, Polygon. No wallet on the seller's chain. For AI agents.

0
JavaScript
View repository →