Get started
Every request authenticates with a bearer key scoped to your org.
Connect the MCP endpoint
https://mcp.some1.ai/mcpAdd to Claude:
claude mcp add --transport http some1 https://mcp.some1.ai/mcp \
--header "Authorization: Bearer $SOME1_API_KEY"Executions draw from prepaid credits — top up from Billing.
Executions · 90d
3
Spend · 90d
$0.36
Signed receipts
Every settled execution carries a verifiable, signed receipt you can audit any time.
View executionsOn hold
$0.00
Reserved for in-flight runs
Capabilities live
2
Published on the marketplace
Capabilities on the marketplace
Live Demo Product Extractor
commerce.product.extract@1$0.12 / run
0 runs · 30d
Demo Product Extractor (Railway)
commerce.product.extract@1$0.12 / run
0 runs · 30d
Updates
Jul 28, 2026
MCP server is live
Six tools on mcp.some1.ai cover discovery, quotes, executions, and receipts from any MCP-aware client.
Jul 28, 2026
Receipt artifacts
Settled executions now store their signed receipt as a durable artifact you can fetch any time.
Jul 28, 2026
Execution spine and conformance
Quote, hold, execute, settle — live end to end, with a conformance runner for publisher offerings.
Jul 28, 2026
Money core
Prepaid wallets, holds, and a micro-USD double-entry ledger underpin every execution.
Connect from anywhere
REST API
Call the platform from any HTTP client.
curl https://api.some1.ai/v1/capabilities \
-H "Authorization: Bearer $SOME1_API_KEY"MCP
Drop this server block into any MCP-aware client.
{
"mcpServers": {
"some1": {
"type": "http",
"url": "https://mcp.some1.ai/mcp",
"headers": { "Authorization": "Bearer $SOME1_API_KEY" }
}
}
}