Altrata MCP
A real, reachable remote MCP server is operated by Altrata — Wealth-X's parent — at https://mcp.altrata.com/mcp. It is OAuth-protected: an anonymous GET or POST returns HTTP 401 with `WWW-Authenticate: Bearer realm="Altrata MCP", resource_metadata=".../.well-known/oauth-protected-resource/mcp", scope="openid email"`, and the protected-resource and authorization-server metadata documents both return HTTP 200 with real content. Because the live server rejects anonymous `tools/list`, the actual tool names and inputSchemas could not be read; the candidate tool list below remains DERIVED from the legacy Wealth-X Connect OpenAPI and is explicitly NOT the server's real tool list.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Documentation
Documentation link · transport streamable-http
Tools
get_dossier— Get a single Wealth-X dossier by numeric ID.get_all_dossiers— Bulk-download dossiers by IDs, index range, net-worth band, or last-modified window.search_dossiers_advanced— Advanced search of the Wealth-X database by name, company, geography, net worth, industry, interests, education, philanthropy, and relationships.get_last_dossier_id— Get the highest dossier ID for a dossier type (to bound incremental syncs).list_countries— List countries and their IDs used in search criteria.list_states— List states/regions and their IDs for a country.list_industry_types— List industry types and their IDs used in search criteria.list_positions— List career positions/titles used in search criteria.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.
Work with this as data
Every MCP server here is available over the APIs.io API and to AI agents over MCP.