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