INDIVIDUAL MCP TOOL
update_checkout_session
Update items, buyer info, fulfillment details, or selected options in an ACP checkout session.
LIVE ENDPOINT
https://tekoalydani.com/api/mcp
Connect to this endpoint to inspect the live schema for update_checkout_session and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tekoaly-dani]
url = "https://tekoalydani.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tekoaly-dani": {
"type": "http",
"url": "https://tekoalydani.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tekoaly-dani
Remote MCP URL: https://tekoalydani.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tekoaly-dani": {
"url": "https://tekoalydani.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tekoaly-dani": {
"type": "http",
"url": "https://tekoalydani.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tekoaly-dani",
"transport": "streamable-http",
"url": "https://tekoalydani.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_services— List all available Tekoäly-Dani services with pricing and purchase methods.get_service— Get detailed information about a specific service by ID.checkout— Create a Stripe Checkout session to purchase a diagnostics package.negotiate— Start a structured consultation process for implementation and AI solution packages.get_company_info— Get information about Tekoäly-Dani: who we are, what we do, contact details.create_checkout_session— Create an ACP checkout session.get_checkout_session— Retrieve the current state of an ACP checkout session by ID.complete_checkout_session— Submit payment and finalize the order for an ACP checkout session.