← tronsave.io
INDIVIDUAL MCP TOOL
tronsave_internal_order_create
Place a new buy order for ENERGY or BANDWIDTH on TronSave, paid from the internal account balance.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.tronsave-mcp-server]
url = "https://mcp.tronsave.io/testnet/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tronsave-mcp-server": {
"type": "http",
"url": "https://mcp.tronsave.io/testnet/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tronsave-mcp-server
Remote MCP URL: https://mcp.tronsave.io/testnet/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": {
"tronsave-mcp-server": {
"url": "https://mcp.tronsave.io/testnet/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tronsave-mcp-server": {
"type": "http",
"url": "https://mcp.tronsave.io/testnet/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tronsave-mcp-server",
"transport": "streamable-http",
"url": "https://mcp.tronsave.io/testnet/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
tronsave_get_internal_account— Retrieve the TronSave internal account profile for the current session: represent address, deposit address, and balance (SUN).tronsave_get_deposit_address— Fetches the specific deposit address for the TronSave internal account.tronsave_internal_order_history— List paginated order history for the internal account linked to the API key, newest first.tronsave_internal_order_details— Fetch full details for one internal-account order by order ID.tronsave_internal_order_book— Return the current TronSave market depth/price tiers for ENERGY or BANDWIDTH via the api-key REST endpoint.tronsave_internal_order_estimate— Estimate the TRX cost and availability for a buy order before submitting it (api-key internal account).tronsave_internal_extend_delegates— Return extendable delegations for a receiver plus an `extendData` payload for the extension flow.tronsave_internal_create_extend_request— Submit an extension request for existing delegated resources on TronSave, paid from the internal account.