Sapiom
One API key gives agents access to 80+ tools: web search, deep search, browser automation, screenshots, 400+ LLM models, image generation, text-to-speech, sound effects, and phone verification. Pay-per-use with spend governance built in.
Sapiom
All You Need
SkillMCP Server
$npx skills add sapiom/skills --skill use-sapiom
sapiom-prompt
Scan every AI paper published this week, build a knowledge graph of how they connect, and deploy a searchable interface my team can explore visually.
Instant access to 20+ paid services with pay-per-use pricing. No vendor account setup required.
Quick Setup — MCP Server (Recommended)
Connect your AI client to Sapiom’s remote MCP server:
Claude Code:
claude mcp add sapiom --transport http https://api.sapiom.ai/v1/mcp
Other clients (Cursor, Windsurf, etc.):
{
"mcpServers": {
"sapiom": {
"transport": "http",
"url": "https://api.sapiom.ai/v1/mcp"
}
}
}
If your platform requires explicit authentication, add --header "x-api-key: YOUR_API_KEY" (CLI) or a "headers": { "x-api-key": "YOUR_API_KEY" } block (JSON). Get a key at https://app.sapiom.ai/settings
What You Can Do
| Category | Examples |
|---|---|
| Search | Web search with AI answers (Linkup), web + news results (You.com) |
| Browser | Fetch page content as markdown, capture screenshots |
| Audio | Text-to-speech, sound effects, voice listing |
| AI Models | Chat with LLMs (GPT-4o, Claude, etc.), list models and pricing |
| Image | Generate images from text (FLUX Schnell/Dev/Pro) |
| Verify | SMS verification (send + check codes) |
| Governance | Agent registration, spending rules, scoped API keys |
Use tool_discover to find the right tools for your task — describe a goal and get ranked recommendations with examples.
Recipes
Research Report
sapiom_search → sapiom_deep_search → sapiom_chat
Search both Linkup and You.com for broad source coverage, then synthesize findings into a structured report using an LLM. Use depth: "deep" on sapiom_search for thorough coverage of complex topics.
Visual Website Audit
sapiom_screenshot → sapiom_chat → sapiom_generate_image
Capture a screenshot of a live website, analyze the design and UX with an LLM, then generate a mockup image of proposed improvements.
Podcast Episode
sapiom_search → sapiom_chat → sapiom_text_to_speech
Research a topic with web search, write a podcast script with an LLM, then convert to audio. Use sapiom_list_voices to pick a voice. Split scripts over ~400 words into chunks.
Governed Agent Workflow
sapiom_create_agent → sapiom_create_spending_rule → sapiom_create_transaction_api_key
Register a named agent, set spending limits (e.g., $100/day rolling cap), and create a scoped API key for autonomous operation. Use agentName on subsequent tool calls for spend tracking.
Competitor Intelligence
sapiom_fetch → sapiom_deep_search → sapiom_chat → sapiom_generate_image
Extract content from a competitor’s website, search for recent news and coverage, synthesize an analysis with an LLM, and generate a comparison infographic.
Tips
- Start with
tool_discover— it recommends tools based on your objective and returns usage examples - Use
agentNameon tool calls to track spend per agent and enforce spending rules - Free endpoints —
sapiom_status,sapiom_list_voices, andsapiom_list_modelscost nothing - Combine search providers —
sapiom_search(Linkup) andsapiom_deep_search(You.com) use different indexes for broader coverage - Spending rules — use
sapiom_create_spending_ruleto cap costs by amount, count, or time window
SDK Access (Direct HTTP)
For programmatic access without MCP, use the Node.js SDK:
import { withSapiom } from "@sapiom/axios";
import axios from "axios";
const client = withSapiom(axios.create(), {
apiKey: process.env.SAPIOM_API_KEY,
});
const { data } = await client.post(
"https://linkup.services.sapiom.ai/v1/search",
{ query: "quantum computing", depth: "standard", outputType: "sourcedAnswer" }
);
npm install @sapiom/axios axios
Python and other languages: use any HTTP client with Authorization: Bearer sk_... header against gateway URLs.
Documentation
Fetch any doc as markdown by adding .md to the URL.
İlgili Sunucular
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Solana Dev MCP
An MCP server for Solana development providing basic RPC methods and helpful prompts.
eBPF MCP
A secure MCP server for eBPF, designed for AI integration, kernel introspection, and automation.
Multiverse MCP Server
A middleware server for running multiple, isolated instances of MCP servers with unique namespaces and configurations.
TestRail MCP Server
Interact with TestRail to manage test cases, projects, suites, and runs directly from your AI chat client.
A11y MCP Server
Perform accessibility audits on webpages using the axe-core engine to identify and help fix a11y issues.
bevy_brp_mcp
An MCP server for AI coding assistants to control, inspect, and modify Bevy applications using the Bevy Remote Protocol (BRP).
iFlytek Workflow MCP Server
An MCP server for executing iFlytek workflows through MCP tools.
AppSignal MCP
Integrate with the AppSignal monitoring API to query and fetch error and performance data.
Gradio MCP Test
A Python-based MCP server that provides tools to get cat images, either as a direct PNG or a URL for Markdown display.
EVE Online ESI MCP Server
An MCP server for interacting with the EVE Online ESI (EVE Swagger Interface) API.