Candidate tool surface derived from the Basis OpenAPI — Basis operates no MCP server
Candidate MCP tool surface for the Basis Platform API. All 31 published operations are GET, so a faithful MCP server for this API is entirely read-only: an agent can plan-and-report against Basis campaign, delivery and performance data, but cannot create or change anything through the public v1 contract.
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
basis_get_me— Returns the currently authenticated userbasis_get_agency— Returns details for the agency, the organization representing a buyer.basis_get_brands_by_id— Returns details for one brand.basis_get_brands— Lists all brands.basis_get_clients_by_id— Returns details for one client. An agency can represent multiple clients, and each client can have multiple brands.basis_get_clients— Lists all clients.basis_get_vendors_by_id— Returns details for one vendor, an entity or organization selling and offering products, content, or services for payment. Examples of vendors would include the owners of websites that offer advertisement space and exchanges that offers ad space on multiple websites.basis_get_vendors— Lists all vendors, entities or organizations selling and offering products, content, or services for payment. Examples of vendors would include the owners of websites that offer advertisement space and exchanges that offers ad space on multiple websites.basis_get_properties_by_id— Returns details for one property--inventory (advertising space) available for sale, often a website or network.basis_get_properties— Lists all properties, inventory (advertising space) available for sale, often websites or networks.basis_get_campaigns_by_id— Returns details for a single campaign.basis_get_campaigns— Lists all campaigns.basis_get_campaigns_by_campaign_id_line_items_by_id— Returns details for a single line item.basis_get_campaigns_by_campaign_id_line_items— Lists all line items for one campaign.basis_get_campaigns_by_campaign_id_addons_by_id— Returns details for a single add-on. An add-on is a fee for a service that is billed outside of the campaign's line items.basis_get_campaigns_by_campaign_id_addons— Lists add-ons for a single campaign. An add-on is a fee for an additional service that is billed outside of line items.basis_get_verticals_by_id— Returns details for a single vertical, the market or category type for a vendor, property, or brand.basis_get_verticals— Lists all verticals, the market or category types for a vendor, property, or brand.basis_get_kpis_by_id— Returns details for a single Key Performance Indicator (KPI).basis_get_kpis— Lists all Key Performance Indicators (KPI)basis_get_creatives_by_id— Returns details for a single creative.basis_get_creatives— Lists all creatives.basis_get_delivery_sources_by_id— Returns details for one delivery source.basis_get_delivery_sources— Lists all delivery sources, which provide delivery data used for statistics.basis_get_conversions_by_id— Returns details for a single conversion.basis_get_conversions— Lists all conversions.basis_get_groups_by_id— Returns details for a single Group.basis_get_groups— Lists all Groups.basis_get_tactics_by_id— Returns details for a single Tactic.basis_get_tactics— Lists all Tactics.basis_get_stats_by_scope— Retrieves statistics.
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.