Probe any MCP server from your terminal. List tools, inspect schemas, call endpoints.
Project description
mcprobe
You're building an MCP server. You want to see what tools it exposes, test a call, debug a schema. You don't want to wire up a full client just to do that.
mcprobe is the missing curl for MCP. Connect to any server, list its tools, call them, inspect schemas. From your terminal.
Install
pip install mcprobe
Usage
List the tools on a server:
mcprobe tools http://localhost:8100/sse
┌──────────────────────────────────────────────────┐
│ # │ Tool │ Description │
├──────────────────────────────────────────────────┤
│ 1 │ health │ Full system status │
│ 2 │ query │ Run SELECT queries │
│ 3 │ cortex_signal │ Log observations │
│ ... │ │ │
└──────────────────────────────────────────────────┘
70 tools available
Inspect a tool's schema:
mcprobe inspect http://localhost:8100/sse cortex_signal
Call a tool:
mcprobe call http://localhost:8100/sse health
mcprobe call http://localhost:8100/sse query -a '{"sql": "SELECT count(*) FROM clients"}'
Check a server is alive:
mcprobe ping http://localhost:8100/sse
Commands
| Command | What it does |
|---|---|
tools |
List all tools (add -v for schemas) |
inspect |
Full schema for one tool |
call |
Call a tool with JSON args |
ping |
Check the server responds |
Transports
mcprobe auto-detects SSE (/sse) and streamable HTTP (/mcp) endpoints. No flags needed.
Why
MCP servers are everywhere now. There was no quick way to look inside one without reading source or writing a client. This is that quick way.
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 mcprobe-0.1.0.tar.gz.
File metadata
- Download URL: mcprobe-0.1.0.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0503379153583db81e773a77da073c7462fe5112307b1e70645eee67ac9f0b0d
|
|
| MD5 |
6668f6f0aa4e2a16a6e34e582d60af70
|
|
| BLAKE2b-256 |
01ac87de18440fa9f27ea2efa0c178ddfcd4fac482742f7517fac577bc7f8bd9
|
File details
Details for the file mcprobe-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mcprobe-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91566209918a740badd84df810eec62d62ce7bdf0be9b889b4c0bc760e792c2e
|
|
| MD5 |
308172d3ced0541cf9487942e7d39c65
|
|
| BLAKE2b-256 |
4ea00e39ced99a31b3aeaece93081d342a3cf25928c855290fa5d62156585ed4
|