← momenticmarketing.com

INDIVIDUAL MCP TOOL

lookup_entity

Resolves a brand/topic/person to a structured entity record built from Wikidata + Wikipedia (free APIs, no auth).

momenticmarketing.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://momenticmarketing.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for lookup_entity 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

momenticmarketing.com

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.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.

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).
  • parse_freshness_signals — Pure parser (no fetching).