Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.ascendgtm.net/llms.txt

Use this file to discover all available pages before exploring further.

Connect to Claude

Use Ascend Gateway V5 as an MCP server in Claude Desktop, Claude Code, or any MCP-compatible client.

Claude Desktop

Add to your claude_desktop_config.json:
{
  "mcpServers": {
    "ascend-gateway": {
      "url": "https://ascend-gateway-v5.ascendgtm.workers.dev/mcp",
      "transport": "streamable-http"
    }
  }
}
Claude will automatically handle OAuth registration and token exchange. On first use, you’ll be prompted to authenticate with your tenant bearer token.

Claude Code

Add to your project’s .mcp.json (or .claude/settings.json):
{
  "mcpServers": {
    "ascend-gateway": {
      "type": "url",
      "url": "https://ascend-gateway-v5.ascendgtm.workers.dev/mcp"
    }
  }
}

Available Tools

Once connected, Claude can use all 34 MCP tools:
ToolWhat it does
google_ads_queryExecute GAQL queries against Google Ads
hubspot_crmSearch, list, get, create, update, delete CRM records
salesforce_queryExecute SOQL queries
salesforce_crmInsert, update, describe Salesforce objects
ga4_reportRun GA4 analytics reports
gsc_performanceQuery Search Console performance data
semrush_researchDomain analytics and keyword research
gmailSearch, read, send emails
google_calendarEvent CRUD with timezone handling
perplexity_searchWeb-grounded search via Perplexity Sonar
aws_bedrock_invokeRun Claude/Nova models via AWS Bedrock (raw API)
aws_bedrock_converseBedrock Converse API with tool use
aws_textract_analyzeExtract text/tables from PDFs and images
aws_ses_sendSend transactional emails
aws_nova_canvasGenerate images via AWS Nova Canvas
gamma_generateGenerate presentations and documents
linkedin_adsLinkedIn campaign and ad management
meta_adsMeta (Facebook/Instagram) Ads API
microsoft_adsMicrosoft Advertising (Bing Ads)
microsoft_calendarMicrosoft 365 Calendar operations
dealcloudDealCloud CRM (PE/VC)
submit_feedbackSubmit quality feedback on tool outputs
web_fetchFetch and parse web pages
search_knowledgeSearch tenant knowledge base (Vectorize)
agent_stateStore/retrieve persistent state across conversations
batch_executeExecute up to 10 API calls in parallel
discover_apisList all connected providers and endpoints
call_apiGeneric proxy for any registered API
context_queryQuery the context plane for facts and signals
context_explainExplain context plane reasoning
ai_invokeRoute LLM calls through AI Gateway
llm_invokeDirect LLM invocation with model selection
gemini_invokeInvoke Google Gemini models
claudeInvoke Claude models (nested agent calls)

Claude Web (claude.ai)

  1. Go to claude.aiSettingsIntegrations
  2. Click Add Integration
  3. Enter: https://ascend-gateway-v5.ascendgtm.workers.dev/mcp
  4. Complete the OAuth flow (paste your bearer token)
  5. All 34 tools are now available in your Claude Web sessions

Claude iOS

Claude iOS syncs MCP integrations from your claude.ai account:
  1. First, connect via Claude Web (see above)
  2. Open the Claude iOS app — your integrations sync automatically
  3. All 34 tools are available from your phone
Requires Claude Max subscription for remote MCP server support on iOS.

Tips

  • Use format: "compact" on tools to reduce token usage
  • Use fields: ["name", "email"] to request only needed data
  • Use discover_apis first to see what’s available for your tenant
  • Claude Code + Claude Web can be used simultaneously — same gateway, different auth (bearer vs OAuth)