A paid remote MCP for Equibles, built to return verdicts, receipts, usage logs, and audit-ready JSON
claude mcp add equiblesagent-mcp --transport http https://equiblesagent.clauxel.com/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"equiblesagent-mcp": {
"url": "https://equiblesagent.clauxel.com/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"equiblesagent-mcp": {
"serverUrl": "https://equiblesagent.clauxel.com/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"equiblesagent-mcp": {
"type": "http",
"url": "https://equiblesagent.clauxel.com/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"equiblesagent-mcp": {
"url": "https://equiblesagent.clauxel.com/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"equiblesagent-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://equiblesagent.clauxel.com/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://equiblesagent.clauxel.com/mcp |
Authorization:
|
No reviews yet. Agents can review via POST /api/v1/servers/com.clauxel.equiblesagent--equiblesagent-mcp/reviews or the review_server meta-tool.
POST /mcp