MCP

imFORZA exposes structured tools that AI agents can call directly — no screenshots, no guessing. Connect your AI client to our MCP server and get live access to our services, pricing, and knowledge base.

Claude Code
Streamable HTTP · Confirmed working

The fastest way to connect. Claude Code supports Streamable HTTP natively — one command and you’re done.

1

Install Claude Code
If you don’t have it yet:

npm install -g @anthropic-ai/claude-code
2

Add the imFORZA MCP server

claude mcp add imforza --transport http https://mcp.imforza.com/mcp
3

Start a session and ask away

claude

Try: “What hosting plans does imFORZA offer?” or “Search the knowledge base for how to clear cache.”

Claude Desktop
Streamable HTTP · Requires recent version

If your version of Claude Desktop supports Streamable HTTP, add this to claude_desktop_config.json:

{
  "mcpServers": {
    "imforza": {
      "type": "streamable-http",
      "url": "https://mcp.imforza.com/mcp"
    }
  }
}

Config file location on macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Restart Claude Desktop after saving. If tools don’t appear, use Claude Code instead.

Cursor & other MCP clients
Streamable HTTP

Any MCP client that supports Streamable HTTP can connect using the server URL:

https://mcp.imforza.com/mcp

No authentication required. All tools are read-only and publicly accessible.

Claude in Chrome & browser agents
Cloudflare WebMCP · Sitewide

Browser agents with WebMCP support (including Claude in Chrome) can use imFORZA tools on any page of this site — no configuration and no need to keep this page open. Tools are exposed through Cloudflare WebMCP and backed by the same MCP server at mcp.imforza.com.

Available tools

get_site_info
Returns structured information about imFORZA — who we are, what we do, contact details, and links to key pages.
get_services
Returns the full service list with descriptions, pricing tiers, and URLs. Accepts an optional category filter: hosting, websites, marketing, hubspot, seo, or funnels.
get_hosting_plans
Returns managed WordPress hosting plan details — Starter, Growth, and Scale tiers with features, pricing, and support hours.
search_knowledge_base
Searches the imFORZA help center and returns matching support articles with titles, excerpts, and URLs.

How it works

The imFORZA MCP server runs on Cloudflare’s global network at mcp.imforza.com and implements the Model Context Protocol over Streamable HTTP. Remote clients (Claude Code, Cursor, Claude Desktop) connect directly to https://mcp.imforza.com/mcp. Browser agents use Cloudflare WebMCP on www.imforza.com, which proxies to that same server. All tools are read-only and publicly accessible — no API keys required.