Skip to content
Go To Dashboard

MCP Server Setup

Sapiom’s remote MCP server gives AI coding tools direct access to 77 tools — web search, AI models, browser automation, audio generation, image creation, compute (jobs & sandboxes), databases (Redis, Vector, Search, Postgres), messaging (queues & schedules), phone verification, and governance — over HTTP.


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

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

CategoryToolDescription
Discoverytool_discoverFind the best tools for your objective — describe a goal, get ranked recommendations
Searchsapiom_searchWeb search via Linkup with AI-synthesised answers and source citations
Searchsapiom_deep_searchWeb + news results via You.com — use with sapiom_search for broader coverage
Browsersapiom_fetchFetch and extract webpage content as markdown
Browsersapiom_screenshotCapture a webpage screenshot (returns expiring PNG URL)
Audiosapiom_text_to_speechConvert text to speech via ElevenLabs (returns mp3 URL)
Audiosapiom_sound_effectsGenerate sound effects from a text description (returns mp3 URL)
Audiosapiom_list_voicesList available ElevenLabs voices and IDs (free)
AI Modelssapiom_chatSend a prompt to an LLM via OpenRouter (GPT-4o, Claude, etc.)
AI Modelssapiom_list_modelsList available LLM models and pricing (free)
Imagesapiom_generate_imageGenerate images from text prompts via Fal.ai (FLUX Schnell/Dev/Pro)
Verifysapiom_verify_sendSend SMS verification code to a US phone number
Verifysapiom_verify_checkCheck a 6-digit verification code
Governancesapiom_create_agentRegister a named agent for transaction tracking
Governancesapiom_list_agentsList registered agents
Governancesapiom_create_spending_ruleCreate spending/usage limits (cost caps, rate limits)
Governancesapiom_list_spending_rulesList spending rules
Governancesapiom_create_transaction_api_keyCreate a scoped API key (shown once — store securely)
Statussapiom_statusCheck authentication and tenant context (free)
Authsapiom_authenticateGet authentication flow instructions (browser + device code)
Computesapiom_job_deployDeploy a serverless batch job
Computesapiom_job_listList all deployed jobs
Computesapiom_job_getGet status of a deployed job
Computesapiom_job_updateUpdate an existing job
Computesapiom_job_deleteDelete a deployed job
Computesapiom_job_triggerTrigger a job execution with task payloads
Computesapiom_job_list_executionsList past executions for a job
Computesapiom_job_get_executionGet detailed execution status and results
Computesapiom_sandbox_createCreate a persistent cloud sandbox
Computesapiom_sandbox_listList all active sandboxes
Computesapiom_sandbox_getGet sandbox status and details
Computesapiom_sandbox_deleteDelete a sandbox
Computesapiom_sandbox_extendExtend sandbox lifetime
Computesapiom_sandbox_execExecute a command in a sandbox
Computesapiom_sandbox_process_logsGet process stdout/stderr logs
Computesapiom_sandbox_list_filesList files in a sandbox
Computesapiom_sandbox_read_fileRead a file from a sandbox
Computesapiom_sandbox_write_fileWrite a file to a sandbox
Computesapiom_sandbox_deployDeploy source files to a sandbox
Databasesapiom_redis_createCreate a Redis database
Databasesapiom_redis_listList Redis databases
Databasesapiom_redis_deleteDelete a Redis database
Databasesapiom_redis_updateUpdate/extend a Redis database
Databasesapiom_redis_commandExecute Redis commands
Databasesapiom_vector_createCreate a Vector index
Databasesapiom_vector_listList Vector indexes
Databasesapiom_vector_deleteDelete a Vector index
Databasesapiom_vector_updateUpdate/extend a Vector index
Databasesapiom_vector_upsertUpsert vectors
Databasesapiom_vector_queryQuery vectors by similarity
Databasesapiom_searchindex_createCreate a Search index
Databasesapiom_searchindex_listList Search indexes
Databasesapiom_searchindex_deleteDelete a Search index
Databasesapiom_searchindex_updateUpdate/extend a Search index
Databasesapiom_searchindex_upsertUpsert documents into index
Databasesapiom_searchindex_queryQuery a Search index
Databasesapiom_database_createProvision ephemeral Postgres database
Databasesapiom_database_priceGet Postgres price estimate (free)
Databasesapiom_database_listList active Postgres databases
Databasesapiom_database_getGet database details and connection URI
Databasesapiom_database_deleteDelete a Postgres database
Messagingsapiom_message_publishPublish a message to a URL
Messagingsapiom_message_enqueueEnqueue a message to a named queue
Messagingsapiom_message_batchBatch publish messages
Messagingsapiom_message_getGet message delivery status
Messagingsapiom_message_cancelCancel a pending message
Messagingsapiom_schedule_createCreate a cron schedule
Messagingsapiom_schedule_listList schedules
Messagingsapiom_schedule_getGet schedule details
Messagingsapiom_schedule_deleteDelete a schedule
Messagingsapiom_schedule_pausePause a schedule
Messagingsapiom_schedule_resumeResume a schedule
Messagingsapiom_queue_listList queues
Messagingsapiom_queue_getGet queue details
Messagingsapiom_queue_deleteDelete a queue
Messagingsapiom_queue_pausePause a queue
Messagingsapiom_queue_resumeResume a queue

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.