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 endpoint
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.momenticmarketing-com]
url = "https://momenticmarketing.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"momenticmarketing-com": {
"type": "http",
"url": "https://momenticmarketing.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: momenticmarketing-com
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": {
"momenticmarketing-com": {
"url": "https://momenticmarketing.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"momenticmarketing-com": {
"type": "http",
"url": "https://momenticmarketing.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "momenticmarketing-com",
"transport": "streamable-http",
"url": "https://momenticmarketing.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_brand_overview— Returns the canonical AI-readable description of Momentic from /llms.txt.list_pages— Lists pages on momenticmarketing.com from sitemap.xml.get_page— Fetches a Momentic page as Markdown (uses Cloudflare's Markdown for Agents).search— Searches across Momentic page URLs from sitemap.xml (case-insensitive substring match on URL).analyze_page— Fetches 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.analyze_site— Probes 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.check_bots— Probes a URL with multiple AI bot user-agents in parallel and returns per-bot reachability (status, key WAF/CDN headers, and a verdict).extract_links— Pure HTML parser.