MCP Server (candidate, derived from the Leads Engine WSDL)
USADATA ships no MCP server. Searched the docs, npm, and the MCP registries on 2026-08-13 and found nothing first-party. What follows is a CANDIDATE tool set derived one-for-one from the 24 operations the Leads Engine WSDL publishes, so the agent surface USADATA could expose is recorded rather than guessed at later. Nothing here is deployed by USADATA.
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.
Descriptor
Candidate descriptor · transport
Tools
ping— Check Leads Engine runtime status. Anonymous.get_version— Get the running Leads Engine version and build number. Anonymous.get_table_list— List the data tables available for count and list queries.get_table_definition— Get the columns and column values available on a table.get_matrix_report— Get the cross-tab matrix report for a completed count.get_synchronous_count— Run an audience count and block until it completes.get_synchronous_counts— Run an array of audience counts and block until they complete.submit_asynchronous_count— Queue an audience count and get a CountID to poll.get_asynchronous_count_status— Poll the status and progress of a queued count.get_synchronous_saturation_count— Run a saturation (occupant / carrier-route) count and block until it completes.submit_asynchronous_saturation_count— Queue a saturation count and get a CountID to poll.get_asynchronous_saturation_count_status— Poll the status and progress of a queued saturation count.get_order_price— Price an order from a completed count before placing it.get_saturation_order_price— Price a saturation order before placing it.submit_order— Place a list order against a completed count. WRITE - non-idempotent, financially consequential.submit_saturation_order— Place a saturation order against a completed saturation count. WRITE - non-idempotent, financially consequential.get_order_status— Get the status of an order and, when complete, its delivery URL.cancel_order— Cancel a pending order. WRITE.get_available_prior_orders— List prior orders available for prior-order suppression.lookup_address— Resolve an input address to candidate address locations.get_counties_in_state— List FIPS county codes for a state.get_cities_in_state— List cities in a state.get_zips_in_city— List ZIP codes in a city.get_zips_in_state— List ZIP codes in a state.
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.