# Chargetrip Mcp

> Chargetrip API MCP server

- **Type:** MCP server
- **Install:** `agentstack add mcp-chargetrip-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [chargetrip](https://agentstack.voostack.com/s/chargetrip)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [chargetrip](https://github.com/chargetrip)
- **Source:** https://github.com/chargetrip/mcp

## Install

```sh
agentstack add mcp-chargetrip-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

Chargetrip MCP Server
  Website
  ⚡️
  Docs
  ⚡
  Examples

## Intro

Chargetrip MCP server is an MCP server to integrate Chargetrip GraphQL API into you AI agent.

https://github.com/user-attachments/assets/822370b0-a039-4c61-bb03-f4eb41dfe79f

## Getting started

### Github Copilot

You can use this directly in the [GitHub Copilot](https://docs.github.com/en/copilot/how-tos/provide-context/use-mcp/use-the-github-mcp-server) by adding an `mcp.json` file in the `.vscode` directory of the root directory:

```json
{
  "servers": {
    "chargetrip-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": ["@chargetrip/mcp"],
      "env": {
        "CLIENT_ID": "*** YOUR CLIENT ID HERE ***",
        "APP_ID": "*** YOUR APP ID HERE ***"
      }
    }
  },
  "inputs": []
}
```

### Claude Code

You can use this directly in the [Claude Code](https://docs.anthropic.com/en/docs/claude-code/mcp), by running:

```bash
claude mcp add chargetrip --env CLIENT_ID=YOUR_CLIENT_ID --env APP_ID=YOUR_APP_ID -- npx -y @chargetrip/mcp
```

### Other AI agents

The package can be found in [npmjs.com](https://www.npmjs.com) at [https://www.npmjs.com/package/@chargetrip/mcp](https://www.npmjs.com/package/@chargetrip/mcp).

You will need to add two environment variables:

- **CLIENT_ID** with the client id from your workspace (usually sent under `x-client-id` header)
- **APP_ID** with the application id from your workspace (usually sent under `x-app-id` header)

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [chargetrip](https://github.com/chargetrip)
- **Source:** [chargetrip/mcp](https://github.com/chargetrip/mcp)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-chargetrip-mcp
- Seller: https://agentstack.voostack.com/s/chargetrip
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
