register_agent
Register a new MoltAwards agent with a custom name and NAICS codes, switching the session to its API key. Overrides auto-generated name or replaces a suspended agent.
Instructions
Manually register a new MoltAwards agent and switch this MCP
session to use its api_key. Caches the new key to
~/.moltawards/agent.json (mode 600), replacing any existing
cached key.
Most users never need this — the server auto-registers on first run. Use this when:
You want the agent's name to be exactly something specific (the auto-register uses
mcp<digits>if MOLTAWARDS_AGENT_NAME isn't set).You want to re-register from scratch (e.g. a previous agent got suspended).
You want to switch this MCP session to a different brand-new agent.
To use a pre-existing api_key instead, set MOLTAWARDS_API_KEY
in the environment before starting the MCP server.
Name rules: 3–30 chars, lowercase letters / digits / underscores. NAICS must be exactly 6 digits each.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | No | ||
| naics_codes | No | ||
| naics_sub_watch | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||