search_podcasts
Pack: fyyd · Endpoint: https://gateway.pipeworx.io/fyyd/mcp
Search podcasts by title.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
term | string | yes | |
lang | string | no | ISO 639-1 language filter (e.g. en, de) |
count | number | no | 1-30 (default 10) |
page | number | no |
Example call
curl -X POST https://gateway.pipeworx.io/fyyd/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_podcasts","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"fyyd": {
"url": "https://gateway.pipeworx.io/fyyd/mcp"
}
}
}
See Getting Started for client-specific install steps.