Waxell Developer MCP Server

Waxell Developer MCP is a hosted Model Context Protocol server that lets coding agents (Claude Code, Cursor, Windsurf, VS Code, Claude Desktop) query a Waxell instance in real time. It exposes 15 live tools (agent health, error investigation, LLM cost tracking, governance policy review, account signup) plus 8 documentation resources at waxell://docs/*. Connection is SSE; per-client authentication uses Bearer tokens in the Authorization header.

API entry from apis.yml

apis.yml Raw ↑
aid: waxell:developer-mcp
name: Waxell Developer MCP Server
tags:
- MCP
- AI Agent Governance
- Developer Tools
- Coding Agents
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://dev-mcp.waxell.dev
humanURL: https://waxell.ai/docs/agents/overview
description: Waxell Developer MCP is a hosted Model Context Protocol server that lets coding agents (Claude
  Code, Cursor, Windsurf, VS Code, Claude Desktop) query a Waxell instance in real time. It exposes 15
  live tools (agent health, error investigation, LLM cost tracking, governance policy review, account
  signup) plus 8 documentation resources at waxell://docs/*. Connection is SSE; per-client authentication
  uses Bearer tokens in the Authorization header.
properties:
- type: Documentation
  url: https://waxell.ai/docs/agents/overview
- type: APIReference
  url: https://dev-mcp.waxell.dev/sse
- type: Authentication
  url: https://waxell.ai/docs/agents/overview
- type: GitHubRepository
  url: https://gitlab.com/waxell/agentforge