disclose-mcp-server

disclose-framework/disclose-mcp-server
★ 0 stars Python 💬 Communication Updated today
MCP server for querying merchant disclosure signals via the Disclose Framework
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "disclose-mcp-server": {
      "command": "uvx",
      "args": [
        "disclose-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install disclose-mcp-server