crm-bonus-mcp.yml
NOT PUBLISHED BY CRM BONUS. No official hosted or remote Model Context Protocol server was found for CRM Bonus, Oto CRM, or any of their products — searched the provider sites, the help center, the crmbonus-oficial GitHub org, npm, and general web search; the /.well-known probes found no MCP or OAuth discovery document on any provider host. The tool set below is DERIVED from the 13 operations of the provider's own Oto Data API OpenAPI as a proposal for an agent-facing surface. Each tool's real input contract is the requestBody schema named in source_operation.
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
ingest_customers— Upsert a batch of customers (up to 10,000 per call), deduped on customer_id + data_source.ingest_orders— Upsert a batch of orders.ingest_order_items— Upsert a batch of order line items.ingest_products— Upsert a batch of catalog products, keyed on SKU.ingest_stores— Upsert a batch of stores.ingest_sellers— Upsert a batch of sellers (store staff).ingest_cashback— Upsert cashback credits issued against purchases, with expiry and cancellation flags.ingest_nps— Upsert NPS responses with sub-ratings and free-text comments.ingest_exclusion_list— Upsert the suppression list of customers to exclude from contact.ingest_tag_hits— Load Oto Tags pageview events (url, referer, user agent, utm_* attribution).ingest_tag_interactions— Load Oto Tags product interaction events.ingest_tag_identities— Bind anonymous Oto Tags user ids to known customers, including via hashed identifiers.login— Exchange username and password for a 3600-second JWT access token.
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.