Resolve AI Copilot MCP server — connects Claude (and other MCP clients) to the Resolve API over stdio.
Project description
resolve-nvs-mcp
Resolve AI Copilot MCP server. Connects Claude (and any MCP-compatible client) to the Resolve support platform over stdio — no repo clone, no database required.
Requirements
uvinstalled (foruvx)- A Resolve API token (issue one at Settings → API Keys inside Resolve)
Add to Claude Desktop / Claude Code
claude mcp add resolve \
-e RESOLVE_API_TOKEN=rsv_... \
-e RESOLVE_API_URL=https://api.resolve.nvs.team \
-- uvx resolve-nvs-mcp
Replace rsv_... with your actual token. RESOLVE_API_URL is optional and defaults to https://api.resolve.nvs.team.
Local development
Point the server at a locally running API instance:
RESOLVE_API_TOKEN=rsv_... RESOLVE_API_URL=http://localhost:8080 uvx resolve-nvs-mcp
Environment variables
| Variable | Required | Default | Description |
|---|---|---|---|
RESOLVE_API_TOKEN |
Yes | — | Plaintext API token (rsv_... prefix). Issue at /settings/api-keys. |
RESOLVE_API_URL |
No | https://api.resolve.nvs.team |
Base URL for the Resolve API. Use http://localhost:8080 for local dev. |
How it works
On startup the server fetches the available tool list from the API (GET /api/v1/mcp/tools), validates your token, and then serves those tools over the MCP stdio protocol. Every tool call is forwarded to the API (POST /api/v1/mcp/tools/{name}) — no local state or database access is involved.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file resolve_nvs_mcp-0.2.0.tar.gz.
File metadata
- Download URL: resolve_nvs_mcp-0.2.0.tar.gz
- Upload date:
- Size: 59.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc5ea48d2c137332757a587b5d9ca6f5daa374be2c813bfd67259131c70e4485
|
|
| MD5 |
84aa854908c9c3b279811301320fffbc
|
|
| BLAKE2b-256 |
e2c15b52f76132afec89d8eba7346465b3bf1ce8774d6ba69becc34de118a644
|
File details
Details for the file resolve_nvs_mcp-0.2.0-py3-none-any.whl.
File metadata
- Download URL: resolve_nvs_mcp-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f61b5ee53add3856e3cff6ec0621fd5985144808715f27e09925894e2e6527b0
|
|
| MD5 |
a37f498060119e12f6600195bd3c47fd
|
|
| BLAKE2b-256 |
ec49439b6517805407daa5e61753cb033b55a16a3bc4da17946febc174ed1676
|