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.
Streamable HTTP · Confirmed working
The fastest way to connect. Claude Code supports Streamable HTTP natively — one command and you’re done.
If you don’t have it yet:
npm install -g @anthropic-ai/claude-code
claude mcp add imforza --transport http https://mcp.imforza.com/mcp
claude
Try: “What hosting plans does imFORZA offer?” or “Search the knowledge base for how to clear cache.”
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.
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.
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
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.