X1 Wealth MCP Server

This is the Model Context Protocol (MCP) server for X1 Wealth. It allows Claude Desktop and other MCP clients to access your X1 data.

Setup

  1. For direct/manual MCP clients, go to your X1 Dashboard → Settings → API Keys and generate a new API key.
  2. For direct/manual clients that support custom headers, configure the MCP server like this:
    {
      "mcpServers": {
        "x1-wealth": {
          "url": "https://mcp.x1wealth.com/mcp",
          "headers": {
            "Authorization": "Bearer YOUR_API_KEY"
          }
        }
      }
    }
  3. For Claude Desktop custom connectors, use the OAuth connector flow instead of a manual API key. Claude should redirect you to sign in and approve access; there is no place to paste an X1 bearer key into the connector UI.

Opening https://mcp.x1wealth.com/mcp directly in a browser will show an auth error. That endpoint is the protected MCP resource, not a human setup page.

Read Tools

Write Tools

Prompts

Resources

MCP resource URL: https://mcp.x1wealth.com/mcp