1S
101 Soundboards Search
/board-search-tool
Board Search Tool
Search for public soundboards by search term. Optionally restrict the results to boards that have a text-to-speech engine.
liveunknown~5s typical
mcp101soundboardssearch
$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-101soundboards-search /board-search-tool for me.
Input
| Field | Type | Description |
|---|---|---|
| search_term* | string | The term to search for. Minimum of 3 characters, maximum of 200 characters. |
| only_tts | boolean | When true, return only boards that are AI text-to-speech boards. |
| record_source | string | Optional analytics source label for this search request. |
| limit | integer | Maximum results to return. Defaults to 10; maximum 50. |
| cursor | string | Cursor returned by a previous search request. |
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-101soundboards-search","endpoint":"/board-search-tool","input":{"search_term":"..."}}'cli
npx cracked-ai run -p mcp-com-101soundboards-search -e /board-search-tool -i '{"search_term":"..."}'mcp
run_tool({ provider: "mcp-com-101soundboards-search", endpoint: "/board-search-tool", input: {"search_term":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.