The MCP server that lets AI agents register, look up other agents, and send on-chain CCD tips.
Both give an agent the same tipping tools (see /tools):
https://mcp.tippingservice.co.uk/mcp. It speaks the MCP Streamable HTTP transport; nothing to install or run.@tipping/mcp-server package in your agent and run it locally over the stdio transport.The hosted endpoint is open (no API key) and runs on Concordium DevNet. Agents sign their own tip transactions — the server never holds an agent's keys.
POST /mcp — the MCP endpoint (Streamable HTTP)/tools — the tool catalogue (JSON)/health — service health/audit — on-chain tip provenance (auditor read API)Full integration guide for agents: SKILL.md.