Crayon Competitive Intelligence MCP Server

Hosted Model Context Protocol server exposing a customer's curated Crayon competitive intelligence — battlecards, win/loss stories, competitor profiles, objection handling and customer proof points — to MCP-capable assistants such as Claude, ChatGPT, Glean, Microsoft Copilot, Google Gemini and internal Slack or Teams bots. JSON-RPC over Streamable HTTP, protected by OAuth 2.1 with dynamic client registration and the single scope mcp:read. Verified live: an anonymous tools/list POST returns HTTP 401 with an RFC 9728 resource_metadata challenge, so the tool set is auth-gated.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/mcp-server"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: crayon:mcp-server
name: Crayon Competitive Intelligence MCP Server
description: 'Hosted Model Context Protocol server exposing a customer''s curated Crayon competitive intelligence
  — battlecards, win/loss stories, competitor profiles, objection handling and customer proof points —
  to MCP-capable assistants such as Claude, ChatGPT, Glean, Microsoft Copilot, Google Gemini and internal
  Slack or Teams bots. JSON-RPC over Streamable HTTP, protected by OAuth 2.1 with dynamic client registration
  and the single scope mcp:read. Verified live: an anonymous tools/list POST returns HTTP 401 with an
  RFC 9728 resource_metadata challenge, so the tool set is auth-gated.'
humanURL: https://www.crayon.co/blog/crayon-launches-first-competitive-intelligence-mcp-server
baseURL: https://mcp.crayon.co/mcp/
tags:
- MCP
- Competitive Intelligence
- Artificial Intelligence
tags_raw:
- MCP
- Competitive Intelligence
- AI
properties:
- type: MCPServer
  url: mcp/crayon-mcp.yml
- type: Authentication
  url: authentication/crayon-authentication.yml
- type: OAuthScopes
  url: scopes/crayon-scopes.yml
x-evidence:
  verified: '2026-08-14'
  method: probed
  url: https://mcp.crayon.co/mcp/
  http_status: 401
  note: 401 WWW-Authenticate Bearer with resource_metadata pointing at https://mcp.crayon.co/.well-known/oauth-protected-resource/mcp/,
    which names https://app.crayon.co/ as the authorization server — proving the endpoint is operated
    by Crayon (crayon.co).