Skip to content
Go To Dashboard

Remote MCP Server

Sapiom ships two MCP servers. This page covers the remote MCP — a hosted server at https://api.sapiom.ai/v1/mcp that exposes every Sapiom capability as a direct sapiom_* tool. Use it when you want to call one capability once (search the web, generate an image, run a snippet) without authoring a workflow.


Connect your AI client to Sapiom’s remote MCP server:

Terminal window
claude mcp add sapiom --transport http https://api.sapiom.ai/v1/mcp

The remote MCP exposes 130 tools — one family per capability. Every capability in the catalog is reachable here as an sapiom_* tool:

CapabilityExample tools
Search the Websapiom_search, sapiom_deep_search
Web Scrapingsapiom_scrape, sapiom_crawl, sapiom_map, sapiom_extract
AI Model Accesssapiom_chat, sapiom_list_models
Generate Imagessapiom_generate_image
Audio Servicessapiom_text_to_speech, sapiom_sound_effects, sapiom_list_voices
Browser Automationsapiom_fetch, sapiom_screenshot, sapiom_browser_session_create
Computesapiom_run, sapiom_sandbox_create, sapiom_job_deploy
Datasapiom_redis_*, sapiom_vector_*, sapiom_searchindex_*, sapiom_database_*
Messagingsapiom_message_publish, sapiom_schedule_create
File Storagesapiom_file_upload, sapiom_file_download
Repositoriessapiom_git_create_repo, sapiom_git_list_repos
Email & Enrichmentsapiom_email_find, sapiom_domain_search, sapiom_company_enrichment
Domains & DNSsapiom_domains_search, sapiom_domains_buy, sapiom_dns_create_record
Verify Userssapiom_verify_send, sapiom_verify_check
GitHub Exportsapiom_github_export
Governancesapiom_create_agent, sapiom_create_spending_rule, sapiom_create_transaction_api_key

Each capability page’s Direct (remote MCP) tab shows the exact tool name and a call example.


Verify your API key is correct and included in the x-api-key header. Get a new key at app.sapiom.ai/settings.

Restart your AI client after adding the MCP server configuration. Verify the URL is exactly https://api.sapiom.ai/v1/mcp.

Some tools (image generation, deep search, text-to-speech) may take 15–30 seconds. If timeouts persist, try simpler inputs or check service status.