← Registry

AI & Machine Learning

aopx.fr

An MCP server that recommends providers for a given category, collects production outcome reports, and exposes aggregate statistics and latest outcomes for AOPX recommendations.

1 endpoint4 known toolsFirst detected September 23, 2026Last detected September 23, 2026

ENDPOINT 1

https://api.aopx.fr/mcp

No auth detected

MCP server metadata

Name
AOPX
Version
0.1.0
Capabilities
experimentalpromptsresourcestools
Server instructions

AOPX recommends supported SEARCH providers for software agents. It does not execute providers and does not handle payment. After executing a recommendation, report the real result with report_outcome using the returned recommendation_id.

Known tools 4

recommend_provider

Return a provider recommendation for the SEARCH category.

Inferred read-only
report_outcome

Report the real production result of a previous AOPX recommendation.

Inferred read-only
public_stats

Return aggregate AOPX production consultation/outcome statistics.

Inferred read-only
public_outcomes

Return the latest reported production outcomes for AOPX.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.