Blynk MCP
Blynk's MCP server lets AI coding tools create device templates, manage devices, and read live sensor data on the Blynk IoT platform
MCP Server
Blynk provides a hosted Model Context Protocol (MCP) server, designed to enable clients to interact with their hardware through AI interfaces. This implementation streamlines development and allows AI agents to manage your fleet, enabling tasks like checking device status, metadata, and datastream values through natural language or automated workflows.
Endpoint: https://blynk.cloud/mcp
Authentication
The Blynk MCP server implements the OAuth 2.0 specification in full accordance with the MCP standard. All requests require a valid access token. To facilitate seamless integration across different AI platforms and services, the server also supports Dynamic Client Registration.
Tools
Blynk’s MCP server provides a suite of tools that allow AI agents to perform administrative and operational tasks directly within your organization.
{% hint style="warning" %} Each tool requires specific permissions associated with the user's role (e.g., View Devices, Edit Templates).
For tools that modify the structure of your project (like creating templates or datastreams), Developer Mode must be enabled in your User Profile. {% endhint %}
Search Devices
search_devices
Finds and lists devices, optionally filtered by name, template, or current device status.
Example AI request: "Find all devices that have 'Pump' in their name."
Get a Device
get_device
Get detailed information about the device, including its datastream and metadata values.
Example AI request: "What's the current temperature value in the 'Temperature Sensor' device?"
Create a Device
create_device
Creates a new device under a template and generates an Auth Token.
Example AI request: "Create a new device named 'Living Room Sensor' using template 'Room Sensor'."
Update DataStream Value
update_datastream_value
Update a datastream value on the device.
Example AI request: "Turn on my heater device."
Get all Templates
get_all_templates
Retrieves information of all templates, including their name, description and template ID.
Example AI request: "List all my available templates."
Get Template
get_template
Retrieves a detailed information of a specific template, including its datastream, event, lifecycle settings.
Example AI request: "Show the template 'Living Room Sensor' datastream settings."
Create a Template
create_template
Creates a new template, specifying it's name, description, connection type and other information.
Example AI request: "Set up a new template for an ESP32 board connected via Wi-Fi."
Create a DataStream
create_datastream
Adds a new virtual data channel (V1–V255) to a specific template.
Example AI request: "Add a new datastream to template TMPL123 for temperature tracking."
Edit a DataStream
edit_datastream
Updates the configuration of an existing data channel within a template.
Example AI request: "Change the unit of the datastream on V1 in template TMPL123 to Celsius."
Create an Event
create_event
Adds a new event to a specific template.
Example AI request: "Create a 'Low Battery' event for my sensor template."
Edit an Event
edit_event
Modifies the parameters or notification settings of an existing event.
Example AI request: "Update the 'Overheat' event to be a high-priority notification."
Resources
Beyond active tools, the MCP server exposes Device and Template entities as persistent resources.
Resources offer a standardized method for AI to interpret the state of your Blynk ecosystem, providing models with the long-term context needed for accurate analysis and troubleshooting.
Agent Instructions: Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on the current page URL with the ask query parameter:
GET https://docs.blynk.io/en/getting-started/mcp-server.md?ask=<question>
The question should be specific, self-contained, and written in natural language. The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
관련 서버
Alpha Vantage MCP Server
스폰서Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Remote MCP Server (Authless)
An authentication-free remote MCP server deployable on Cloudflare Workers.
OpenAPI Schema
Exposes OpenAPI schema information to Large Language Models (LLMs). The server loads OpenAPI schema files specified via command line.
POX MCP Server
An MCP server for the POX SDN controller, enabling network control, management, and analysis using Python and OpenFlow.
Sistema de Predicción Energética con IA
An AI-powered system for analyzing and predicting domestic energy consumption. It offers precise forecasts, historical pattern analysis, and personalized optimization recommendations through a conversational interface.
RapidTools Validate
Deterministic JSON Schema validation with signed cryptographic attestations. Validate payloads, verify signatures, and retrieve attestation records.
Flutter MCP
Provides real-time Flutter/Dart documentation and pub.dev package information to AI assistants, supporting all packages on demand.
Local Logs MCP Server
MCP for monitoring local application logs with real-time tailing, error tracking, and log search capabilities.
OPNsense MCP Server
A comprehensive MCP server for managing OPNsense firewalls, offering over 300 tools for configuration and monitoring.
Chart
A Model Context Protocol server for generating visual charts using AntV.
Azure DevOps
Interact with Azure DevOps for managing projects, pipelines, and repositories.