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.
ENDPOINT 1
https://api.aopx.fr/mcp
MCP server metadata
- Name
- AOPX
- Version
- 0.1.0
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
report_outcomeReport the real production result of a previous AOPX recommendation.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.