01
Create a scoped API token
Generate a token in client area with only the permissions your agent needs.
Connect once to Bullionet Hosted MCP and let your agent provision and operate servers automatically with strict permission scope and explicit safety checks.
Compatible with



# prompt
Deploy 3 API servers in Paris, apply staging policy, and return a change summary.
→ validate policy scope
→ create server plan
→ deploy + return summary
Bullionet Hosted MCP works with modern coding agents. Use your preferred assistant and keep one secure infrastructure control plane.
No MCP infrastructure to run: Bullionet hosts it for you. Add endpoint + token and start controlled automation in minutes.
01
Generate a token in client area with only the permissions your agent needs.
02
Copy your MCP endpoint from Client Area, add your API token, and your agent is ready.
03
Set allowed actions, approval mode, and environment boundaries before first run.
04
Start with concrete tasks like provisioning, scaling, and maintenance workflows.
Bullionet runs and secures the MCP service for you. Keep your existing agent setup and connect with one endpoint and one token.
mcp.json (copy/paste)
{
"mcpServers": {
"bullionet": {
"type": "http",
"url": "https://mcp.bullionet.it/acme-corp?token=${BULLI_TOKEN}",
}
}
}
Each workflow returns an executable plan, safety checks, and an auditable summary before sensitive actions.
prompt
Prepare a blue/green release for api-gateway in Paris: create 2 green nodes, run health checks, and propose cutover.
•Creates green nodes with release tags, location constraints, and bootstrap profile.
•Returns a health-check report (boot, SSH, app endpoint) before traffic switch.
•Requests approval for cutover and preserves rollback path to previous nodes.
Keep automation fast but predictable with concrete controls at runtime.
Tokens and MCP context restrict what the agent can actually execute.
Use mandatory human approval on sensitive actions like reinstall or destructive changes.
Capture command outputs and operation summaries for audit and incident reviews.
Connect your agent in minutes via Bullionet Hosted MCP, apply scoped permissions, and ship practical infrastructure workflows.
Solutions