Blynk for your agents.
Connect Blynk once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 8 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Blynk.
What agents can do with Blynk
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
blynk_get_datastream_valueGet the current value of a datastream/pin from a device.
blynk_update_datastreamUpdate a datastream value on a device.
blynk_is_device_connectedCheck if the device is currently connected and online.
blynk_log_eventFor an AI agent: log an event on the device timeline, which triggers any notification linked to it. `code` is the event code defined in the Blynk template; `description` is an optional message shown with the event.
blynk_get_all_datastreamsGet the current values of all datastreams on the device at once.
blynk_batch_update_datastreamsUpdate multiple datastream values at once. The body is a JSON object mapping pin names to values, e.g. {"v0": 25, "v1": "on"}.
blynk_get_device_token_detailsGet the device metadata associated with an auth token, including name and template info.
blynk_get_device_dashboard_urlGet the device dashboard URL you can open in a browser.
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 Blynk Console.
- Open the device info to find the device auth token.
- Copy the token to authenticate requests.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Blynk to Even: call connect_begin("blynk") on the even-connect MCP and walk me through it.
Read sensor values from Blynk devices, update actuator states, and log events for device notifications.
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.