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
Release files for mcprobe 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mcprobe-0.1.0.tar.gz | 5.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mcprobe-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.3 kB
Release files / mcprobe-0.1.0.tar.gz
| Download URL | mcprobe-0.1.0.tar.gz |
|---|---|
| Size | 5.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0503379153583db81e773a77da073c7462fe5112307b1e70645eee67ac9f0b0d
|
|
BLAKE2b-256 checksum How to use checksums |
01ac87de18440fa9f27ea2efa0c178ddfcd4fac482742f7517fac577bc7f8bd9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.3
|
Release files / mcprobe-0.1.0-py3-none-any.whl
| Download URL | mcprobe-0.1.0-py3-none-any.whl |
|---|---|
| Size | 6.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
91566209918a740badd84df810eec62d62ce7bdf0be9b889b4c0bc760e792c2e
|
|
BLAKE2b-256 checksum How to use checksums |
4ea00e39ced99a31b3aeaece93081d342a3cf25928c855290fa5d62156585ed4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.3
|