npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@caypo/canton-mcp

v0.2.0

Published

MCP server connecting Canton Network to Claude Desktop, Cursor, and Windsurf — 33 tools, 20 prompts

Downloads

186

Readme

@caypo/canton-mcp

MCP server connecting Canton Network to Claude Desktop, Cursor, and Windsurf

33 tools and 20 prompts for AI-assisted banking operations — check balances, send payments, pay for APIs, manage safeguards, and more.

License Tools Prompts

Install

The easiest way:

caypo mcp install

Or manually add to your MCP config (claude_desktop_config.json):

{
  "mcpServers": {
    "caypo": {
      "command": "npx",
      "args": ["@caypo/canton-mcp"],
      "env": { "CANTON_AGENT_CONFIG": "~/.caypo/config.json" }
    }
  }
}

What You Can Ask

Once installed, talk to your AI assistant naturally:

"What's my CAYPO balance?"

"Send 5 USDCx to Alice::1220..."

"Pay for a GPT-4 API call through the gateway"

"Show my spending limits and daily usage"

"Give me a morning financial briefing"

"Run a security audit on my agent wallet"

Tools (33)

| Category | Tools | Description | |----------|-------|-------------| | Balance & Info | caypo_balance, caypo_address, caypo_history, caypo_positions, caypo_rates | Account overview | | Checking | caypo_send, caypo_receive, caypo_contacts | Send and receive USDCx | | MPP Payments | caypo_pay, caypo_pay_status, caypo_services | Pay for APIs, check status | | Safeguards | caypo_safeguards, caypo_set_limit, caypo_lock | Spending controls | | Traffic | caypo_traffic, caypo_purchase_traffic | Validator bandwidth | | Savings | 4 tools | Coming in Phase 3 | | Credit | 3 tools | Coming in Phase 3 | | Exchange | 2 tools | Coming in Phase 3 | | Investment | 8 tools | Coming in Phase 4 | | Rewards | 2 tools | Coming in Phase 3 |

Prompts (20)

| Prompt | Description | |--------|-------------| | morning_briefing | Daily financial briefing with balance, spending, traffic | | financial_report | Comprehensive account analysis with recommendations | | spending_analysis | Categorize spending and identify patterns | | security_audit | Check safeguards, wallet status, traffic health | | onboarding | New user guide for Canton agent banking | | + 15 more | what_if, optimize_yield, risk_assessment, budget_plan, ... |

Compatible With

  • Claude Desktop (Anthropic)
  • Cursor (AI code editor)
  • Windsurf (Codeium)
  • Any MCP-compatible AI tool

License

Apache-2.0 OR MIT