Databases
headlo.com
It provides an API to manage collections and records, allowing create, read, update, and list operations.
ENDPOINT 1
https://api.headlo.com/v1/mcp
MCP server metadata
- Name
- headlo v1.1.0
- Version
- 1.1.0
Known tools 74
headlo_create_records_bulkCreate multiple records in a collection in one call.
Potential side effectsheadlo_search_productsSearch the store product catalog using a natural language query.
Inferred read-onlyheadlo_list_approved_endpointsList approved external API endpoints configured for this agency.
Inferred read-onlygraph_create_nodeCreate a place, street, waypoint, or junction node in the physical world graph.
Potential side effectsgraph_create_edgeCreate a directed traversal edge from one graph node to another.
Potential side effectsstreet_capture_edit_expertConversational editor for an existing street or place node.
Inferred read-onlycap_capture_expertRun an existing CAP (Contextual Answer Protocol) as a live intake session.
Inferred read-onlycap_edit_expertConversationally edit an existing CAP — add questions (with GPT-generated knowledge probes), remove questions, or edit multiple-choice answer options.
Potential side effectsheadlo_upload_media_from_urlDownload an image from a URL and upload it to Headlo media storage.
Potential side effectsget_wedding_guest_listGet the details and full guest list for an existing wedding.
Inferred read-onlycreate_expert_protocolCreate a CAP (Context Accumulation Protocol) for a question on the Headlo Ask network.
Potential side effectscreate_wedding_guest_listCreate a free wedding guest list and RSVP page on Headlo.
Potential side effectsimport_etsy_jsonCreate a new Headlo shop and import a product from Chrome extension Etsy JSON in one step.
Potential side effectscreate_shipping_labelPurchase a shipping label and return the PDF URL and tracking number.
Potential side effectsniche_listList all marketing niches you have created in the Niche Knowledge Builder.
Inferred read-onlyniche_getGet a full niche with all loaded patterns — hooks (with performance tier), pain phrases, offer map, objections, and flow templates.
Inferred read-onlyrun_niche_missionLaunch a niche intelligence mission — builds the hook library, buyer pain vocabulary, offer gap map, and objection reframe map for a niche in one autonomous run.
Inferred read-onlyissue_virtual_tagIssue a Virtual Attest Tag — a one-time attestation token tied to a specific outcome goal.
Inferred read-onlysigner_get_dashboardGet the Headlo Verified Signer account info and summary stats: brand name, domain, plan, code prefix, NFC server URL, and counts of total/written/genesis objects.
Inferred read-onlysigner_update_objectUpdate the name, condition, or note on an authenticated watch tag.
Potential side effectssubmit_mission_findingSubmit your research finding for the current CAP mission step.
Inferred read-onlyoutreach_create_pipelineCreate a new outreach pipeline for reaching a target audience (reddit, twitter, etc.).
Potential side effectsrun_content_strategyRun a full content strategy for a client using a loaded niche playbook.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.headlo-v1-1-0]
url = "https://api.headlo.com/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"headlo-v1-1-0": {
"type": "http",
"url": "https://api.headlo.com/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: headlo-v1-1-0
Remote MCP URL: https://api.headlo.com/v1/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"headlo-v1-1-0": {
"url": "https://api.headlo.com/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"headlo-v1-1-0": {
"type": "http",
"url": "https://api.headlo.com/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "headlo-v1-1-0",
"transport": "streamable-http",
"url": "https://api.headlo.com/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for headlo.com was fetched 2026-08-29T17:57:31.131Z.
headlo.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.