Content Tools
momenticmarketing.com
Analyzes web pages for SEO signals and content extraction.
ENDPOINT 1
https://momenticmarketing.com/mcp
MCP server metadata
- Name
- momentic-mcp
- Version
- 0.2.0
Read-only MCP for Momentic + general SEO/GEO audit tooling. Momentic-specific: get_brand_overview, list_pages, get_page, search. General-purpose: analyze_page (any URL), analyze_site (any domain). Companion skills at /.well-known/agent-skills/.
Known tools 11
get_brand_overviewReturns the canonical AI-readable description of Momentic from /llms.txt.
Inferred read-onlyget_pageFetches a Momentic page as Markdown (uses Cloudflare's Markdown for Agents).
Inferred read-onlysearchSearches across Momentic page URLs from sitemap.xml (case-insensitive substring match on URL).
Inferred read-onlyanalyze_pageFetches any public URL and returns structured on-page SEO signals: title, meta description, canonical, lang, heading counts, JSON-LD schema types, OpenGraph/Twitter cards, internal/external link counts, word count, and whether Cloudflare Markdown for Agents (Accept: text/markdown) returns markdown for this URL.
Inferred read-onlyanalyze_siteProbes a domain root for site-wide AI-discovery signals: /llms.txt, /robots.txt (parsed AI-bot rules for GPTBot/ClaudeBot/PerplexityBot/GoogleOther/CCBot/Google-Extended/Applebot-Extended), /sitemap.xml (URL count + sections), /.well-known/agent-skills/index.json, /.well-known/api-catalog, /.well-known/mcp/server-card.json, and homepage Link header.
Inferred read-onlycheck_botsProbes a URL with multiple AI bot user-agents in parallel and returns per-bot reachability (status, key WAF/CDN headers, and a verdict).
Inferred read-onlylookup_entityResolves a brand/topic/person to a structured entity record built from Wikidata + Wikipedia (free APIs, no auth).
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.momentic-mcp]
url = "https://momenticmarketing.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"momentic-mcp": {
"type": "http",
"url": "https://momenticmarketing.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: momentic-mcp
Remote MCP URL: https://momenticmarketing.com/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": {
"momentic-mcp": {
"url": "https://momenticmarketing.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"momentic-mcp": {
"type": "http",
"url": "https://momenticmarketing.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "momentic-mcp",
"transport": "streamable-http",
"url": "https://momenticmarketing.com/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 momenticmarketing.com was fetched 2026-09-22T10:41:19.153Z.
momenticmarketing.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.