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 navigator.modelContext · Supported browsers

If you are using the Claude Chrome extension or a browser with WebMCP support, tools are registered automatically on this page — no configuration needed. Keep this page open while using your AI assistant.

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 transport. All tools are read-only and publicly accessible — no API keys or authentication required. For browser-based agents, tools are also available via navigator.modelContext on this page using the WebMCP standard.