Clicks Protocol MCP Server

Agent commerce settlement routing for USDC flows on Base. 中文文档 Website · Twitter · Discord · Medium · Substack · Reddit · Treasury Lab ·. It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-21 · ★ 2 · #153 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Clicks Protocol MCP Server

before you install - you'll need

Set CLICKS_PRIVATE_KEY before connecting.

Claude Code

claude mcp add clicks-protocol-clicks-protocol -- npx -y @clicks-protocol/mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "clicks-protocol-clicks-protocol": {
      "command": "npx",
      "args": [
        "-y",
        "@clicks-protocol/mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @clicks-protocol/mcp-server - published under the repo owner's npm scope (@clicks-protocol)

registry registry publisher io.github.clicksprotocol is not the repo owner (clicks-protocol) - the registry entry was published by someone else

03 · What Clicks Protocol MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.1.4 · 2026-04-02

Clicks Protocol v0.1.4 · Autonomous DeFi yield for AI agents on Base. · Packages · @clicks-protocol/sdk v0.1.3 - TypeScript SDK · @clicks-protocol/mcp-server v0.1.4 - MCP Server (9 tools, 1 resource) · What's included…

04 · Who maintains Clicks Protocol MCP Server

mcp-server is maintained by clicks-protocol. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
finance - ranked #153 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.github.clicksprotocol/mcp-server (active, first published 2026-03-29 · 3 versions)
packages
npm:@clicks-protocol/mcp-server

06 · Clicks Protocol MCP Server FAQ

What is Clicks Protocol MCP Server?

Agent commerce settlement routing for USDC flows on Base. 中文文档 Website · Twitter · Discord · Medium · Substack · Reddit · Treasury Lab ·. It runs locally over stdio via the published package.

Is Clicks Protocol MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-21. We re-verify nightly.

How do I install Clicks Protocol MCP Server?

Run `npx -y @clicks-protocol/mcp-server`. The README documents one environment variable (CLICKS_PRIVATE_KEY) to set first. Set CLICKS_PRIVATE_KEY before connecting. You can also paste the ready-made client config above.

Does Clicks Protocol MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Clicks Protocol MCP Server