billing.checkout — mcphost MCP Tool
billing.checkout
(billing checkout) is one of 88 tools on the
mcphost
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call billing.checkout from your client
- Claude Code mcphost billing.checkout run in your project directory
- Claude Desktop mcphost billing.checkout ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor mcphost billing.checkout ~/.cursor/mcp.json
- VS Code mcphost billing.checkout .vscode/mcp.json
- Zed mcphost billing.checkout ~/.config/zed/settings.json
- Windsurf mcphost billing.checkout ~/.codeium/windsurf/mcp_config.json
- Cline mcphost billing.checkout ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI mcphost billing.checkout ~/.gemini/settings.json
- Grok mcphost billing.checkout .mcp.json (in your project root)
- ChatGPT mcphost billing.checkout Settings → Connectors → Advanced → Developer mode
- Claude.ai mcphost billing.checkout Settings → Connectors → Add custom connector
- LangChain mcphost billing.checkout pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http mcphost https://mcphost.dev/mcp
Other tools on this server
- signup
- host.whoami
- host.redeem
- host.key_rotate
- host.self_offboard
- host.tool_publish
- host.quickstart
- host.tool_list
- host.tool_remove
- host.tool_logs
- host.tool_test
- host.bridge_test
- host.tool_run
- host.tool_call
- host.tool_history
- host.tool_rollback
- host.tool_diff
- host.usage
- host.changelog
- host.export
- host.tool_share
- host.tool_unshare
- host.group.create
- host.group.add
- host.group.remove
- host.group.list
- host.catalog.search
- host.catalog.get
- host.secret_set
- host.secret_list
- host.registry_publish
- host.state.get
- host.state.set
- host.state.delete
- host.state.list
- host.state.table_create
- host.state.table_drop
- host.state.insert
- host.state.query
- host.state.delete_rows
- host.table.create
- host.table.append
- host.table.query
- host.table.list
- host.table.drop
- host.table.schema
- host.runs.get
- host.runs.list
- host.runs.cancel
- host.runs.purge
- host.runs.wait
- host.trigger.set
- host.trigger.list
- host.trigger.get
- host.trigger.pause
- host.trigger.resume
- host.trigger.remove
- host.trigger.fire
- host.trigger.test
- host.trigger.replay
- billing.plans
- billing.status
- host.agent.whoami
- host.agent.profile_set
- host.agent.lookup
- host.agent.search
- host.msg.send
- host.msg.reply
- host.msg.inbox
- host.msg.thread
- host.msg.ack
- host.msg.block
- host.msg.unblock
- host.msg.wait
- host.agent.contact_request
- host.agent.contacts
- host.agent.contact_accept
- host.agent.contact_deny
- host.agent.mute
- host.agent.unmute
- host.agent.contacts_import
- host.channel.open
- host.channel.post
- host.channel.read
- host.channel.close
- host.channel.freeze
- host.channel.unfreeze
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.