Skip to main contentExample MCP Servers
ArcSwap - DEX Wrapper
A wrapper MCP server that orchestrates token swaps on KongSwap DEX.
- Repository: github.com/jneums/arcswap
- Pattern: Wrapper Pattern
- Features: Multi-step swap orchestration, ICRC-2 allowances, identity management
- Use Case: DeFi, Token Swaps
Synapse Fund - Portfolio Management
An MCP server for AI-powered portfolio management and DeFi interactions.
- Repository: github.com/jneums/synapse-fund
- Pattern: Wrapper Pattern
- Features: Portfolio tracking, automated rebalancing, DeFi protocol integration
- Use Case: Investment Management, DeFi
TaskPad - Multi-Tenant Todo List
A simple multi-tenant todo list MCP server demonstrating principal-based data segregation.
- Repository: github.com/jneums/taskpad
- Pattern: Multi-Tenant Pattern
- Features: Personal todo lists with isolated storage per user
- Use Case: Productivity, Task Management
Easy Wallet - ICRC Token Wallet
A stateless, non-custodial wallet MCP server for querying balances and executing transfers.
- Repository: github.com/jneums/easy-wallet
- Pattern: Stateless Proxy (no identity needed)
- Features: ICRC-1 balance queries, ICRC-2 transfers via allowances, no custody
- Use Case: Token Management, DeFi Integration
MCP Motoko SDK
The official Motoko SDK for building MCP servers on the Internet Computer.
MCP Inspector
Debug and test your MCP servers with the official inspector tool.
Prometheus CLI
Command-line interface for deploying and managing MCP servers.
- Repository: app-store-cli
- Documentation: CLI Commands
- Features:
- Deploy to mainnet
- Submit to app store
- Manage API keys
- Monitor usage
Standards & Protocols
ICRC Standards
Token standards used in Internet Computer MCP servers.
Model Context Protocol (MCP)
The protocol specification that Prometheus implements.
Learning Resources
Tutorials & Guides
Internet Computer Documentation
Video Tutorials
Package Managers & Libraries
MOPS - Motoko Package Manager
Install and manage Motoko dependencies.
- Website: mops.one
- Documentation: MOPS Documentation
- Popular Packages:
map - Efficient key-value storage
json - JSON parsing and serialization
mcp-motoko-sdk - MCP server framework
AI Agent Integrations
Claude Desktop
Use MCP servers with Claude Desktop application.
Cursor IDE
AI-powered code editor with MCP support.
Windsurf IDE
AI development environment with MCP integration.
Sample Code Repositories
Authentication Examples
- API Key Authentication - See ArcSwap
- OAuth Integration - Coming Soon
Token Operations
Multi-Tenant Storage
Discord
Join the Prometheus Protocol community for help and discussion.
DFINITY Forum
Get help with Internet Computer development.
Contributing
Want to add your MCP server to this list? Submit a pull request!
- Fork the docs repository
- Add your project to this page
- Include: name, repo link, pattern used, features, and use case
- Submit a PR
License & Legal
Most resources are open source under MIT or Apache 2.0 licenses. Check individual repositories for specific licensing terms.