Skip to main content
ClaudeWave

Kapruka MCP

MCP ServersOfficial Registry21 stars16 forksPythonUpdated today
ClaudeWave Trust Score
49/100
! Caution
Passed
  • Actively maintained (<30d)
Flags
  • !No standard license detected
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: pip / Python · -e
Claude Code CLI
claude mcp add mcp -- python -m -e
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp": {
      "command": "python",
      "args": ["-m", "venv"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Install first: pip install -e
Use cases

MCP Servers overview

# Kapruka MCP Server

Python MCP server that wraps the Kapruka.com REST API and exposes it as tools for LLMs and third-party MCP clients.

## Setup

```bash
# 1. Create and activate a virtual environment
python -m venv .venv
source .venv/bin/activate   # Windows: .venv\Scripts\activate

# 2. Install dependencies
pip install -e ".[dev]"

# 3. Configure environment
cp .env.example .env
# Edit .env with your Kapruka API URL and key
```

## Running

```bash
# Start the MCP server (streamable HTTP, default port 8000)
python cli.py server

# Start with stdio transport (for use with MCP Inspector)
python cli.py server --stdio

# Health-check the Kapruka REST API
python cli.py ping

# List registered MCP tools
python cli.py tools
```

## Testing with MCP Inspector

```bash
npx @modelcontextprotocol/inspector python cli.py server --stdio
```

## Project Structure

```
src/
  server.py        # FastMCP server entry point
  tools/           # One module per tool group (products, orders, …)
  api/
    client.py      # Async httpx client + error handling
  config/
    settings.py    # Env-based configuration
tests/             # pytest test suite
cli.py             # Developer CLI
```

## Running Tests

```bash
pytest
```

What people ask about mcp

What is kapruka/mcp?

+

kapruka/mcp is mcp servers for the Claude AI ecosystem. Kapruka MCP It has 21 GitHub stars and was last updated today.

How do I install mcp?

+

You can install mcp by cloning the repository (https://github.com/kapruka/mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is kapruka/mcp safe to use?

+

Our security agent has analyzed kapruka/mcp and assigned a Trust Score of 49/100 (tier: Caution). See the full breakdown of passed checks and flags on this page.

Who maintains kapruka/mcp?

+

kapruka/mcp is maintained by kapruka. The last recorded GitHub activity is from today, with 3 open issues.

Are there alternatives to mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: kapruka/mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/kapruka-mcp)](https://claudewave.com/repo/kapruka-mcp)
<a href="https://claudewave.com/repo/kapruka-mcp"><img src="https://claudewave.com/api/badge/kapruka-mcp" alt="Featured on ClaudeWave: kapruka/mcp" width="320" height="64" /></a>

More MCP Servers

mcp alternatives