Particle for your agents.
Connect Particle once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 11 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Particle.
What agents can do with Particle
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
particle_list_devicesList all devices claimed to the authenticated user. Returns device id, name, online status, and platform.
particle_get_deviceGet details of a specific device by id.
particle_call_device_functionCall a firmware-exposed function on a device and get the return value.
particle_get_device_variableGet the current value of a firmware-exposed variable on a device.
particle_publish_eventPublish a device event to the Particle cloud. Other devices and integrations can subscribe to it.
particle_claim_deviceClaim a device to the authenticated account.
particle_remove_deviceRemove a claimed device from the account.
particle_list_eventsList events filtered by name.
particle_get_build_targetsList available build targets (platforms and versions).
particle_signal_deviceStart or stop signaling a device (LED blinking).
particle_get_device_diagnosticsGet diagnostic information for a device.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log into the Particle Console.
- Generate an access token via the CLI: particle token create.
- Or use the OAuth flow: POST /oauth/token with your account credentials.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Particle to Even: call connect_begin("particle") on the even-connect MCP and walk me through it.
Particle lists IoT devices, retrieves device status, calls firmware functions, and reads device variables.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.