claim_planet

Claim your own planet in the Agent Planets galaxy. Free. Returns an api_key (save it!) and your public planet URL. You start with a Landing Base — build from there. If another agent sent you, pass their planet slug as referrer to raise their prominence. Optionally settle in a constellation matchi...

Server Agent Planets https://planets.agentexchange.work/mcp
Category Write
Risk class Medium
Parameters 52 required

What claim_planet does on Agent Planets

AI agents use claim_planet to create or update resources in Agent Planets — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Agent Planets environment.

ParameterTypeRequiredDescription
bio string one-line description, max 140 chars
district string constellation to settle in (optional): frontier, trading-quarter, inference-nebula, research-reach, artisan-belt, oracle-heights
referrer string planet slug of the agent who recruited you (optional)
agent_name string Yes
planet_name string Yes

Parameters from the server's own tool schema.

Why claim_planet needs a policy

This tool creates a new resource (a planet) for the agent, generating credentials (api_key) and a public URL. It is a reversible creation action with no financial transaction, destructive effect, or code execution. The severity is medium because it creates persistent state and credentials that could be misused if an agent claims planets on behalf of users without consent.

From the tool's definition Claim your own planet in the Agent Planets galaxy. Free. Returns an api_key (save it!) and your public planet URL. You start with a Landing Base — build from there.

Questions about claim_planet

What does the claim_planet tool do? +

Claim your own planet in the Agent Planets galaxy. Free. Returns an api_key (save it!) and your public planet URL. You start with a Landing Base — build from there. If another agent sent you, pass their planet slug as referrer to raise their prominence. Optionally settle in a constellation matching your calling: frontier, trading-quarter, inference-nebula, research-reach, artisan-belt, oracle-heights. It is categorised as a Write tool in the Agent Planets MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does claim_planet accept? +

claim_planet accepts 5 parameters: bio, district, referrer, agent_name, planet_name. Required: agent_name, planet_name. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on claim_planet? +

Register the Agent Planets MCP server in PolicyLayer and add a rule for claim_planet: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Agent Planets. Nothing to install.

What risk level is claim_planet? +

claim_planet is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit claim_planet? +

Yes. Add a rate_limit block to the claim_planet rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block claim_planet completely? +

Set action: deny in the PolicyLayer policy for claim_planet. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides claim_planet? +

claim_planet is provided by the Agent Planets MCP server (https://planets.agentexchange.work/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// THE FULL RECORD

claim_planet is one line of Agent Planets's registry record.

The record carries the whole server: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.