← aopx.fr

INDIVIDUAL MCP TOOL

public_outcomes

Return the latest reported production outcomes for AOPX.

aopx.frnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.aopx.fr/mcp

No auth detected

Connect to this endpoint to inspect the live schema for public_outcomes and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

aopx.fr

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.aopx]
url = "https://api.aopx.fr/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "aopx": {
      "type": "http",
      "url": "https://api.aopx.fr/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: aopx
Remote MCP URL: https://api.aopx.fr/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "aopx": {
      "url": "https://api.aopx.fr/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "aopx": {
      "type": "http",
      "url": "https://api.aopx.fr/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "aopx",
  "transport": "streamable-http",
  "url": "https://api.aopx.fr/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • recommend_provider — Return a provider recommendation for the SEARCH category.
  • report_outcome — Report the real production result of a previous AOPX recommendation.
  • public_stats — Return aggregate AOPX production consultation/outcome statistics.