Metadata-Version: 2.4
Name: meiro-mcp
Version: 0.3.0
Summary: Meiro Customer Data Platform MCP Server
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: asyncio>=3.4.3
Requires-Dist: fastmcp>=2.10.6
Requires-Dist: python-socketio>=5.13.0
Requires-Dist: requests>=2.32.4
Requires-Dist: websocket-client>=1.8.0

# Meiro Customer Data Platform MCP Server

## Production
```
{
  "mcpServers": {
    "meiro-mcp": {
      "command": "uvx",
      "args": ["meiro-mcp"],
      "env": {
        "MEIRO_DOMAIN": "",
        "MEIRO_USERNAME": "",
        "MEIRO_PASSWORD": ""
      }
    }
  }
}
```
