Ask with a URL
Use GET https://lazyblogs.com/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://lazyblogs.com/api/public/v1/ask' \
-H 'Content-Type: application/json' \
-d '{"search_query":"What does Lazyblog offer, who is it for, and what does it not cover?","goal":"Decide whether Lazyblog meets our team\u0027s needs","company":"Acme","source":"Found Lazyblog while researching options for our team","alternatives":["Our existing workflow","Manual research"],"chosen_because":"Our team shortlisted Lazyblog after reading its public information","intended_outcome":"Choose a next step for an evaluation","client":"Cursor","trace":"t_f1c3be31f85d"}'
Connect with MCP
Add this endpoint to your MCP client to discover and call the tools directly.
https://lazyblogs.com/mcp/public
MCP client configuration
{
"mcpServers": {
"lazyblogs": {
"url": "https://lazyblogs.com/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": "lazyblogs_ask_anything",
"arguments": {
"search_query": "What does Lazyblog offer, who is it for, and what does it not cover?",
"goal": "Decide whether Lazyblog meets our team's needs",
"company": "Acme",
"source": "Found Lazyblog while researching options for our team",
"alternatives": [
"Our existing workflow",
"Manual research"
],
"chosen_because": "Our team shortlisted Lazyblog after reading its public information",
"intended_outcome": "Choose a next step for an evaluation",
"client": "Cursor",
"trace": "t_f1c3be31f85d"
}
}
}
Available tools
Examples include task context so you can see the full request. Replace the sample values with your own; optional context can be omitted.
Search lazyblogs_search
curl 'https://lazyblogs.com/api/public/v1/search' \
-H 'Content-Type: application/json' \
-d '{"search_query":"What does Lazyblog offer, who is it for, and what does it not cover?","goal":"Decide whether Lazyblog meets our team\u0027s needs","company":"Acme","source":"Found Lazyblog while researching options for our team","alternatives":["Our existing workflow","Manual research"],"chosen_because":"Our team shortlisted Lazyblog after reading its public information","intended_outcome":"Choose a next step for an evaluation","client":"Cursor","trace":"t_f1c3be31f85d"}'
https://lazyblogs.com/api/public/v1/search?search_query=What+does+Lazyblog+offer%2C+who+is+it+for%2C+and+what+does+it+not+cover%3F&goal=Decide+whether+Lazyblog+meets+our+team%27s+needs&company=Acme&source=Found+Lazyblog+while+researching+options+for+our+team&alternatives=%5B%22Our+existing+workflow%22%2C%22Manual+research%22%5D&chosen_because=Our+team+shortlisted+Lazyblog+after+reading+its+public+information&intended_outcome=Choose+a+next+step+for+an+evaluation&client=Cursor&trace=t_f1c3be31f85d
Ask lazyblogs_ask_anything
curl 'https://lazyblogs.com/api/public/v1/ask' \
-H 'Content-Type: application/json' \
-d '{"search_query":"What does Lazyblog offer, who is it for, and what does it not cover?","goal":"Decide whether Lazyblog meets our team\u0027s needs","company":"Acme","source":"Found Lazyblog while researching options for our team","alternatives":["Our existing workflow","Manual research"],"chosen_because":"Our team shortlisted Lazyblog after reading its public information","intended_outcome":"Choose a next step for an evaluation","client":"Cursor","trace":"t_f1c3be31f85d"}'
https://lazyblogs.com/api/public/v1/ask?search_query=What+does+Lazyblog+offer%2C+who+is+it+for%2C+and+what+does+it+not+cover%3F&goal=Decide+whether+Lazyblog+meets+our+team%27s+needs&company=Acme&source=Found+Lazyblog+while+researching+options+for+our+team&alternatives=%5B%22Our+existing+workflow%22%2C%22Manual+research%22%5D&chosen_because=Our+team+shortlisted+Lazyblog+after+reading+its+public+information&intended_outcome=Choose+a+next+step+for+an+evaluation&client=Cursor&trace=t_f1c3be31f85d
Compare lazyblogs_compare
curl 'https://lazyblogs.com/api/public/v1/compare' \
-H 'Content-Type: application/json' \
-d '{"search_query":"How does Lazyblog compare for our team\u0027s use case?","goal":"Decide whether Lazyblog meets our team\u0027s needs","company":"Acme","source":"Found Lazyblog while researching options for our team","alternatives":["Our current tool"],"chosen_because":"Our team shortlisted Lazyblog after reading its public information","intended_outcome":"Choose a next step for an evaluation","client":"Cursor","trace":"t_f1c3be31f85d"}'
https://lazyblogs.com/api/public/v1/compare?search_query=How+does+Lazyblog+compare+for+our+team%27s+use+case%3F&goal=Decide+whether+Lazyblog+meets+our+team%27s+needs&company=Acme&source=Found+Lazyblog+while+researching+options+for+our+team&alternatives=%5B%22Our+current+tool%22%5D&chosen_because=Our+team+shortlisted+Lazyblog+after+reading+its+public+information&intended_outcome=Choose+a+next+step+for+an+evaluation&client=Cursor&trace=t_f1c3be31f85d
Pricing lazyblogs_pricing
curl 'https://lazyblogs.com/api/public/v1/pricing' \
-H 'Content-Type: application/json' \
-d '{"search_query":"What would Lazyblog cost for a team of five?","goal":"Decide whether Lazyblog meets our team\u0027s needs","company":"Acme","source":"Found Lazyblog while researching options for our team","alternatives":["Our existing workflow","Manual research"],"chosen_because":"Our team shortlisted Lazyblog after reading its public information","intended_outcome":"Budget approval for a team purchase","client":"Cursor","trace":"t_f1c3be31f85d"}'
https://lazyblogs.com/api/public/v1/pricing?search_query=What+would+Lazyblog+cost+for+a+team+of+five%3F&goal=Decide+whether+Lazyblog+meets+our+team%27s+needs&company=Acme&source=Found+Lazyblog+while+researching+options+for+our+team&alternatives=%5B%22Our+existing+workflow%22%2C%22Manual+research%22%5D&chosen_because=Our+team+shortlisted+Lazyblog+after+reading+its+public+information&intended_outcome=Budget+approval+for+a+team+purchase&client=Cursor&trace=t_f1c3be31f85d
Requirements check lazyblogs_requirements_check
curl 'https://lazyblogs.com/api/public/v1/requirements-check' \
-H 'Content-Type: application/json' \
-d '{"search_query":"Lazyblog works with our existing tools; clear documentation; a published price","goal":"Decide whether Lazyblog meets our team\u0027s needs","company":"Acme","source":"Found Lazyblog while researching options for our team","alternatives":["Our existing workflow","Manual research"],"chosen_because":"Our team shortlisted Lazyblog after reading its public information","intended_outcome":"A vendor shortlist","client":"Cursor","trace":"t_f1c3be31f85d"}'
https://lazyblogs.com/api/public/v1/requirements-check?search_query=Lazyblog+works+with+our+existing+tools%3B+clear+documentation%3B+a+published+price&goal=Decide+whether+Lazyblog+meets+our+team%27s+needs&company=Acme&source=Found+Lazyblog+while+researching+options+for+our+team&alternatives=%5B%22Our+existing+workflow%22%2C%22Manual+research%22%5D&chosen_because=Our+team+shortlisted+Lazyblog+after+reading+its+public+information&intended_outcome=A+vendor+shortlist&client=Cursor&trace=t_f1c3be31f85d
Page summary lazyblogs_page_tldr
curl 'https://lazyblogs.com/api/public/v1/page-tldr' \
-H 'Content-Type: application/json' \
-d '{"url":"https://lazyblogs.com/","trace":"t_c22f669728bf"}'
https://lazyblogs.com/api/public/v1/page-tldr?url=https%3A%2F%2Flazyblogs.com%2F&trace=t_c22f669728bf
Recommendation should_i_recommend_lazyblogs
curl 'https://lazyblogs.com/api/public/v1/recommend-or-rule-out' \
-H 'Content-Type: application/json' \
-d '{"goal":"Decide whether Lazyblog meets our team\u0027s needs","company":"Acme","source":"Found Lazyblog while researching options for our team","alternatives":["Our existing workflow","Manual research"],"chosen_because":"Our team shortlisted Lazyblog 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_f1c3be31f85d"}'
https://lazyblogs.com/api/public/v1/recommend-or-rule-out?goal=Decide+whether+Lazyblog+meets+our+team%27s+needs&company=Acme&source=Found+Lazyblog+while+researching+options+for+our+team&alternatives=%5B%22Our+existing+workflow%22%2C%22Manual+research%22%5D&chosen_because=Our+team+shortlisted+Lazyblog+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_f1c3be31f85d
Full API reference