1M
1inch MCP
/search
search
Search 1inch documentation and API reference
liveverifiedunknown~5s typical
mcpprobed1inchmcp
$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-1inch-business-mcp /search for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | Search query string |
| limit | number | Maximum results per collection (default 10) |
| page | number | Page number for pagination (default 1) |
| include_body | boolean | Include full document body in results (default true). Set to false for smaller responses. |
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-1inch-business-mcp","endpoint":"/search","input":{"query":"..."}}'cli
npx cracked-ai run -p mcp-com-1inch-business-mcp -e /search -i '{"query":"..."}'mcp
run_tool({ provider: "mcp-com-1inch-business-mcp", endpoint: "/search", input: {"query":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.