Ask about the agenda, the 28 speakers and the partners โ or build your own assistant on top of the API Platform Conference 2026 (17โ18 September, Lille).
http://mcp.con.api-platform.com/mcp
Streamable HTTP transport (MCP spec 2025-06-18). Read tools need no auth. Voting, commenting and personal agenda require a GitHub token (see below).
claude mcp add --transport http apiplatformcon http://mcp.con.api-platform.com/mcp
gemini mcp add --transport http apiplatformcon http://mcp.con.api-platform.com/mcp
Add to ~/.cursor/mcp.json or .vscode/mcp.json:
{
"mcpServers": {
"apiplatformcon": {
"type": "http",
"url": "http://mcp.con.api-platform.com/mcp"
}
}
}Bridge the remote server through mcp-remote in your config file:
{
"mcpServers": {
"apiplatformcon": {
"command": "npx",
"args": ["-y", "mcp-remote", "http://mcp.con.api-platform.com/mcp"]
}
}
}Settings โ Connectors โ Add custom connector โ paste the endpoint URL above.
The read tools are open. vote-talk, comment-talk, attend-talk, unattend-talk and my-agenda are attributed to your GitHub account, so they need a token. Create a personal access token (the read:user scope is enough โ no repo access) and send it as a Bearer token. One vote per talk per user; re-voting updates your rating. Attendance is idempotent.
claude mcp add --transport http \ --header "Authorization: Bearer $GITHUB_TOKEN" \ apiplatformcon http://mcp.con.api-platform.com/mcp
{
"mcpServers": {
"apiplatformcon": {
"type": "http",
"url": "http://mcp.con.api-platform.com/mcp",
"headers": { "Authorization": "Bearer <your-github-token>" }
}
}
}The server validates the token against the GitHub user API; the token itself is never stored. Only your GitHub id and login are saved with your vote/comment/attendance.