Skip to content

Immens MCP Fortress - Configuration

Configuration

Access Points

  1. Go to MCP Fortress > Access Points
  2. Each access point has:
  3. API Key: imf_ format + 64 hex chars
  4. Permissions: select which tools to allow per category
  5. IP Whitelist: restrict to specific IPs (CIDR)
  6. Rate Limit: requests per minute (default 60)
  7. WordPress User: associate a WP user for operations

MCP endpoint

The endpoint to connect your AI client:

POST https://yoursite.com/wp-json/immens-mcp-fortress/v1/mcp/imf_{API_KEY}
Content-Type: application/json

Initialization example:

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "initialize",
  "params": {
    "protocolVersion": "2025-11-05",
    "capabilities": {},
    "clientInfo": {"name": "my-ai", "version": "1.0"}
  }
}


Back to overview | Installation | API | Security