Clevertech MCP MCP Server

Give agents access to Clevertech business tools via MCP.

Business & Payments MIT license Added Sep 26, 2026 Self-hosted

Clevertech MCP is a Business & Payments MCP (Model Context Protocol) server: Give agents access to Clevertech business tools via MCP. It is MIT-licensed and self-hosted from its source repository. Listed on MCP Collection since September 2026.

About Clevertech MCP

Clevertech MCP server for agent access to Clevertech tools. Install with `uvx clevertech-mcp-server` and set `CLEVERTECH_API_KEY`. Free tier includes 50 calls/day after sign-in; paid plans are Free / $29 / $149 / $499 CAD.

How to connect Clevertech MCP to Claude, Cursor or VS Code

Clevertech MCP is self-hosted. Install it from the source repository, then register its start command in your MCP client's config (Claude Code, Cursor, Windsurf or VS Code).

{
  "mcpServers": {
    "clevertech-mcp": {
      "command": "<start command from the README>",
      "args": []
    }
  }
}

The exact command (often npx, uvx or docker) is in the project README at github.com/clevertechca/Clevertech-mcp-server.

Clevertech MCP FAQ

What is Clevertech MCP?

Clevertech MCP is a Model Context Protocol (MCP) server in the Business & Payments category. Give agents access to Clevertech business tools via MCP. MCP servers expose tools that AI assistants like Claude can call during a conversation.

How do I use Clevertech MCP with Claude or Cursor?

Clevertech MCP is self-hosted. Install it from the source repository, then register its start command in your MCP client's config (Claude Code, Cursor, Windsurf or VS Code).

Is Clevertech MCP free to use?

Clevertech MCP is published under the MIT license, so the software itself is free to run. Hosted or API-backed servers may have their own usage tiers; check the project homepage.

Where is the source code for Clevertech MCP?

The source is at github.com/clevertechca/Clevertech-mcp-server.

More Business & Payments MCP servers