CM
Claudeers MCP Server
/get_tool
Get a Claudeers tool's details
Fetch detail for one tool by its Claudeers slug (from search_tools results): description, maintenance health, GitHub stars, license, rating, recent review highl
liveverifiedunknown~5s typical
mcpprobedclaudeersmcpserver
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-claudeers-mcp /get_tool for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | The tool's Claudeers slug, e.g. 'awesome-mcp-servers' |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-claudeers-mcp","endpoint":"/get_tool","input":{"slug":"..."}}'cli
npx cracked-ai run -p mcp-com-claudeers-mcp -e /get_tool -i '{"slug":"..."}'mcp
run_tool({ provider: "mcp-com-claudeers-mcp", endpoint: "/get_tool", input: {"slug":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.