C
control-plane
/thinkneo_registry_search
thinkneo registry search
Search the ThinkNEO MCP Marketplace — the npm for MCP tools. Discover MCP servers and tools by keyword, category, rating, or verified status. Returns name, desc
liveunknown~5s typical
mcpcontrol-plane
$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-ai-thinkneo-control-plane /thinkneo_registry_search for me.
Input
| Field | Type | Description |
|---|---|---|
| query | string | Search query — matches name, description, tags, and tool names default "" |
| category | string | Filter by category: governance, security, data, development, productivity, communication, |
| min_rating | string | Minimum average rating (1.0-5.0) |
| verified_only | boolean | If true, return only verified packages default false |
| limit | integer | Max results to return (1-100, default 20) default 20 |
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-ai-thinkneo-control-plane","endpoint":"/thinkneo_registry_search","input":{"query":"","verified_only":false,"limit":20}}'cli
npx cracked-ai run -p mcp-ai-thinkneo-control-plane -e /thinkneo_registry_search -i '{"query":"","verified_only":false,"limit":20}'mcp
run_tool({ provider: "mcp-ai-thinkneo-control-plane", endpoint: "/thinkneo_registry_search", input: {"query":"","verified_only":false,"limit":20} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.