MJ
MCP Junction
/search_servers
search servers
Search the MCP server directory by keyword and/or filters. Keyword matches name, description, and GitHub topics. Returns active servers sorted by relevance then
liveverifiedunknown~5s typical
mcpprobedmcpjunction
$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-mcpjunction-directory /search_servers for me.
Input
| Field | Type | Description |
|---|---|---|
| query | string | Keywords, e.g. 'postgres', 'browser automation'. Optional if category or topic is given. |
| category | string | Optional category slug filter, e.g. 'databases' (see list_categories) |
| topic | string | Optional GitHub topic filter, exact match, e.g. 'kubernetes'. Any topic string works, not |
| language | string | Optional implementation language filter, e.g. 'Python' |
| limit | integer | Max results (default 10) |
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-mcpjunction-directory","endpoint":"/search_servers","input":{}}'cli
npx cracked-ai run -p mcp-ai-mcpjunction-directory -e /search_servers -i '{}'mcp
run_tool({ provider: "mcp-ai-mcpjunction-directory", endpoint: "/search_servers", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.