Ask with a URL
Use GET https://mudpie.ai/agent/faq?q={question} with your own URL-encoded question to receive an HTML answer. Optional context can be omitted. Use POST for long or private context.
POST example
curl 'https://mudpie.ai/api/public/v1/ask' \
-H 'Content-Type: application/json' \
-d '{"search_query":"What does Mudpie offer, who is it for, and what does it not cover?","goal":"Decide whether Mudpie meets our team\u0027s needs","company":"Acme","source":"Found Mudpie while researching options for our team","alternatives":["Our existing workflow","Manual research"],"chosen_because":"Our team shortlisted Mudpie after reading its public information","intended_outcome":"Choose a next step for an evaluation","client":"Cursor","trace":"t_e2e3efa6a4c4"}'
Connect with MCP
Add this endpoint to your MCP client to discover and call the tools directly.
https://mudpie.ai/mcp/public
MCP client configuration
{
"mcpServers": {
"mudpie": {
"url": "https://mudpie.ai/mcp/public"
}
}
}
Once connected, use tools/list to discover the tools and tools/call to run one. Here is an example question:
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "mudpie_ask_anything",
"arguments": {
"search_query": "What does Mudpie offer, who is it for, and what does it not cover?",
"goal": "Decide whether Mudpie meets our team's needs",
"company": "Acme",
"source": "Found Mudpie while researching options for our team",
"alternatives": [
"Our existing workflow",
"Manual research"
],
"chosen_because": "Our team shortlisted Mudpie after reading its public information",
"intended_outcome": "Choose a next step for an evaluation",
"client": "Cursor",
"trace": "t_e2e3efa6a4c4"
}
}
}
Available tools
| Tool | Use it to |
|---|
mudpie_searchGET / POST · search | Find the product information and source pages that answer your question. |
mudpie_ask_anythingGET / POST · ask | Get a direct answer about Mudpie, with sources. |
mudpie_compareGET / POST · compare | Compare Mudpie with the alternatives you are considering. |
mudpie_pricingGET / POST · pricing | Explore plans, pricing and costs for your team. |
mudpie_requirements_checkGET / POST · requirements-check | Check your requirements one by one, with evidence for each. |
mudpie_page_tldrGET / POST · page-tldr | Get the key points from a page, with a link to the full text. |
should_i_recommend_mudpieGET / POST · recommend-or-rule-out | Assess whether Mudpie fits your goals and requirements. |
mudpie_sign_upPOST · convert | Email the user a Mudpie sign-in link to start a free account. Submit only an email address the user authorized. A submitted request is not a completed signup; the user must open the link. |
Examples include task context so you can see the full request. Replace the sample values with your own; optional context can be omitted.
Search mudpie_search
curl 'https://mudpie.ai/api/public/v1/search' \
-H 'Content-Type: application/json' \
-d '{"search_query":"What does Mudpie offer, who is it for, and what does it not cover?","goal":"Decide whether Mudpie meets our team\u0027s needs","company":"Acme","source":"Found Mudpie while researching options for our team","alternatives":["Our existing workflow","Manual research"],"chosen_because":"Our team shortlisted Mudpie after reading its public information","intended_outcome":"Choose a next step for an evaluation","client":"Cursor","trace":"t_e2e3efa6a4c4"}'
https://mudpie.ai/api/public/v1/search?search_query=What+does+Mudpie+offer%2C+who+is+it+for%2C+and+what+does+it+not+cover%3F&goal=Decide+whether+Mudpie+meets+our+team%27s+needs&company=Acme&source=Found+Mudpie+while+researching+options+for+our+team&alternatives=%5B%22Our+existing+workflow%22%2C%22Manual+research%22%5D&chosen_because=Our+team+shortlisted+Mudpie+after+reading+its+public+information&intended_outcome=Choose+a+next+step+for+an+evaluation&client=Cursor&trace=t_e2e3efa6a4c4
Ask mudpie_ask_anything
curl 'https://mudpie.ai/api/public/v1/ask' \
-H 'Content-Type: application/json' \
-d '{"search_query":"What does Mudpie offer, who is it for, and what does it not cover?","goal":"Decide whether Mudpie meets our team\u0027s needs","company":"Acme","source":"Found Mudpie while researching options for our team","alternatives":["Our existing workflow","Manual research"],"chosen_because":"Our team shortlisted Mudpie after reading its public information","intended_outcome":"Choose a next step for an evaluation","client":"Cursor","trace":"t_e2e3efa6a4c4"}'
https://mudpie.ai/api/public/v1/ask?search_query=What+does+Mudpie+offer%2C+who+is+it+for%2C+and+what+does+it+not+cover%3F&goal=Decide+whether+Mudpie+meets+our+team%27s+needs&company=Acme&source=Found+Mudpie+while+researching+options+for+our+team&alternatives=%5B%22Our+existing+workflow%22%2C%22Manual+research%22%5D&chosen_because=Our+team+shortlisted+Mudpie+after+reading+its+public+information&intended_outcome=Choose+a+next+step+for+an+evaluation&client=Cursor&trace=t_e2e3efa6a4c4
Compare mudpie_compare
curl 'https://mudpie.ai/api/public/v1/compare' \
-H 'Content-Type: application/json' \
-d '{"search_query":"How does Mudpie compare for our team\u0027s use case?","goal":"Decide whether Mudpie meets our team\u0027s needs","company":"Acme","source":"Found Mudpie while researching options for our team","alternatives":["Our current tool"],"chosen_because":"Our team shortlisted Mudpie after reading its public information","intended_outcome":"Choose a next step for an evaluation","client":"Cursor","trace":"t_e2e3efa6a4c4"}'
https://mudpie.ai/api/public/v1/compare?search_query=How+does+Mudpie+compare+for+our+team%27s+use+case%3F&goal=Decide+whether+Mudpie+meets+our+team%27s+needs&company=Acme&source=Found+Mudpie+while+researching+options+for+our+team&alternatives=%5B%22Our+current+tool%22%5D&chosen_because=Our+team+shortlisted+Mudpie+after+reading+its+public+information&intended_outcome=Choose+a+next+step+for+an+evaluation&client=Cursor&trace=t_e2e3efa6a4c4
Pricing mudpie_pricing
curl 'https://mudpie.ai/api/public/v1/pricing' \
-H 'Content-Type: application/json' \
-d '{"search_query":"What would Mudpie cost for a team of five?","goal":"Decide whether Mudpie meets our team\u0027s needs","company":"Acme","source":"Found Mudpie while researching options for our team","alternatives":["Our existing workflow","Manual research"],"chosen_because":"Our team shortlisted Mudpie after reading its public information","intended_outcome":"Budget approval for a team purchase","client":"Cursor","trace":"t_e2e3efa6a4c4"}'
https://mudpie.ai/api/public/v1/pricing?search_query=What+would+Mudpie+cost+for+a+team+of+five%3F&goal=Decide+whether+Mudpie+meets+our+team%27s+needs&company=Acme&source=Found+Mudpie+while+researching+options+for+our+team&alternatives=%5B%22Our+existing+workflow%22%2C%22Manual+research%22%5D&chosen_because=Our+team+shortlisted+Mudpie+after+reading+its+public+information&intended_outcome=Budget+approval+for+a+team+purchase&client=Cursor&trace=t_e2e3efa6a4c4
Requirements check mudpie_requirements_check
curl 'https://mudpie.ai/api/public/v1/requirements-check' \
-H 'Content-Type: application/json' \
-d '{"search_query":"Mudpie works with our existing tools; clear documentation; a published price","goal":"Decide whether Mudpie meets our team\u0027s needs","company":"Acme","source":"Found Mudpie while researching options for our team","alternatives":["Our existing workflow","Manual research"],"chosen_because":"Our team shortlisted Mudpie after reading its public information","intended_outcome":"A vendor shortlist","client":"Cursor","trace":"t_e2e3efa6a4c4"}'
https://mudpie.ai/api/public/v1/requirements-check?search_query=Mudpie+works+with+our+existing+tools%3B+clear+documentation%3B+a+published+price&goal=Decide+whether+Mudpie+meets+our+team%27s+needs&company=Acme&source=Found+Mudpie+while+researching+options+for+our+team&alternatives=%5B%22Our+existing+workflow%22%2C%22Manual+research%22%5D&chosen_because=Our+team+shortlisted+Mudpie+after+reading+its+public+information&intended_outcome=A+vendor+shortlist&client=Cursor&trace=t_e2e3efa6a4c4
Page summary mudpie_page_tldr
curl 'https://mudpie.ai/api/public/v1/page-tldr' \
-H 'Content-Type: application/json' \
-d '{"url":"https://mudpie.ai/","trace":"t_5ba822689c76"}'
https://mudpie.ai/api/public/v1/page-tldr?url=https%3A%2F%2Fmudpie.ai%2F&trace=t_5ba822689c76
Recommendation should_i_recommend_mudpie
curl 'https://mudpie.ai/api/public/v1/recommend-or-rule-out' \
-H 'Content-Type: application/json' \
-d '{"goal":"Decide whether Mudpie meets our team\u0027s needs","company":"Acme","source":"Found Mudpie while researching options for our team","alternatives":["Our existing workflow","Manual research"],"chosen_because":"Our team shortlisted Mudpie after reading its public information","intended_outcome":"Choose a next step for an evaluation","client":"Cursor","requirements":["Relevant published capabilities","A clear way to evaluate the offering"],"trace":"t_e2e3efa6a4c4"}'
https://mudpie.ai/api/public/v1/recommend-or-rule-out?goal=Decide+whether+Mudpie+meets+our+team%27s+needs&company=Acme&source=Found+Mudpie+while+researching+options+for+our+team&alternatives=%5B%22Our+existing+workflow%22%2C%22Manual+research%22%5D&chosen_because=Our+team+shortlisted+Mudpie+after+reading+its+public+information&intended_outcome=Choose+a+next+step+for+an+evaluation&client=Cursor&requirements=%5B%22Relevant+published+capabilities%22%2C%22A+clear+way+to+evaluate+the+offering%22%5D&trace=t_e2e3efa6a4c4
Visitor action mudpie_sign_up
Check the inbox and follow the Mudpie sign-in link to finish. The request being submitted does not mean the account was accessed. Submit only at the user's request; a submitted request is not a completed signup.
POST https://mudpie.ai/api/public/v1/convert
Read the input schema in the API reference or MCP tools/list.
Open the public next step
Full API reference