INDIVIDUAL MCP TOOL
data_records
Pull full licensed records from the Engagemii dataset (all columns, fingerprinted, the same shape a purchased file delivers).
LIVE ENDPOINT
https://api.engagemii.com/api/mcp
Connect to this endpoint to inspect the live schema for data_records and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.engagemii]
url = "https://api.engagemii.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"engagemii": {
"type": "http",
"url": "https://api.engagemii.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: engagemii
Remote MCP URL: https://api.engagemii.com/api/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": {
"engagemii": {
"url": "https://api.engagemii.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"engagemii": {
"type": "http",
"url": "https://api.engagemii.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "engagemii",
"transport": "streamable-http",
"url": "https://api.engagemii.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
aeo_score— Get the Engagemii AEO score (0-10) for any company domain, with the six on-page sub-scores, seven off-page authority signals, and the llms.txt audit verdict.aeo_audit— Run a LIVE AEO audit of a site right now: fresh fetch of the homepage, robots.txt, sitemap, llms.txt, and about page, scored on the six on-page categories with concrete recommendations.brand_profile— Full public profile for a scored company: score breakdown, category, geography, detected platform, social profiles, AI-crawler visit counts.dataset_sample— 15 random live rows from the Engagemii dataset in exactly the shape a purchased file delivers (same columns, same cleaning).free_kit— Get the FREE Engagemii AEO starter kit for a domain: the same eight file types as the paid Customized Fix Kit (Organization and FAQ JSON-LD, meta description, llms.txt, robots patch, Wikidata guide, Google Business checklist, README) plus ai.txt and a scorecard, built instantly from Engagemii's stored data about the site.connect_tracker— Set up free Engagemii AI-crawler monitoring for a site, entirely from here.search_companies— Query the scored dataset with filters (industries, states, score range, scope us|all).data_signup— Create a free Engagemii data account.