billing.plans — mcphost MCP Tool
billing.plans
(billing plans) 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.plans from your client
- Claude Code mcphost billing.plans run in your project directory
- Claude Desktop mcphost billing.plans ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor mcphost billing.plans ~/.cursor/mcp.json
- VS Code mcphost billing.plans .vscode/mcp.json
- Zed mcphost billing.plans ~/.config/zed/settings.json
- Windsurf mcphost billing.plans ~/.codeium/windsurf/mcp_config.json
- Cline mcphost billing.plans ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI mcphost billing.plans ~/.gemini/settings.json
- Grok mcphost billing.plans .mcp.json (in your project root)
- ChatGPT mcphost billing.plans Settings → Connectors → Advanced → Developer mode
- Claude.ai mcphost billing.plans Settings → Connectors → Add custom connector
- LangChain mcphost billing.plans 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.status
- billing.checkout
- 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.