Connect
Connect Currency Exchange to your AI
Daily-synced Norges Bank exchange rates - 38 currencies against NOK with history back to 1980. Free web charts and calculator, plus MCP access for AI assistants.
MCP server URL
https://currency.publifye.pro/mcp
the one thing every client needs
1Claude (web & desktop)
In Claude, add a custom connector and paste the URL above. Most clients need only the URL — they register themselves automatically (Dynamic Client Registration is live).
Client ID (only if asked)
appDpDqNiRbgYlRRw5
public — no secret
If a client asks for a Client ID, use the value above and leave the client secret blank.
Claude Desktop — add to claude_desktop_config.json
{
"mcpServers": {
"currency": {
"url": "https://currency.publifye.pro/mcp"
}
}
}2Command line / Claude Code
One command adds the connector to Claude Code:
claude mcp add currency --transport http https://currency.publifye.pro/mcp3Cursor / any MCP client
Point any MCP client at the endpoint below. It speaks OAuth 2.1 — clients discover the authorization server automatically (RFC 9728 protected-resource metadata).
Endpoint
https://currency.publifye.pro/mcp
OAuth discovery
https://currency.publifye.pro/.well-known/oauth-protected-resource