RankCLI
v0.0.6
io.github.integrallis/rankcli-mcp-server
Free, local SEO + GEO audits for AI assistants - no signup, nothing leaves your machine.
io.github.nagarjunr/azure-iot-hub · v0.1.0
MCP server for Azure IoT Hub: device registry, twins, methods, jobs, messaging.
Azure IoT Hub 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"azure-iot-hub": {
"command": "uvx",
"args": [
"azure-iot-hub-mcp-server"
],
"env": {
"AZURE_IOT_HUB_CONNECTION_STRING": "<AZURE_IOT_HUB_CONNECTION_STRING>"
}
}
}
}AZURE_IOT_HUB_CONNECTION_STRING必填secretIoT Hub connection string with service/iothubowner rights, e.g. HostName=my-hub.azure-devices.net;SharedAccessKeyName=service;SharedAccessKey=...
AZURE_IOT_HUB_AMQP_PORT可选AMQP port for send_c2d_message, default 5671
AZURE_IOT_HUB_AMQP_USE_TLS可选true/false, default true
v0.0.6
io.github.integrallis/rankcli-mcp-server
Free, local SEO + GEO audits for AI assistants - no signup, nothing leaves your machine.
v0.99.26
io.github.anulum/synapse-channel
Local-first multi-agent coordination for messages, leases, shared plans, status, and resources.
v1.8.0
io.github.wstierhout/ableton-live-mcp
Control Ableton Live with 156 typed tools for music production and offline .als analysis.
v0.10.0
finance.fibrous/fibx
Swap, transfer, portfolio and Aave V3 on Base, HyperEVM and Monad, with the FibX app as MCP Apps UI.
v0.3.5
io.github.JacobiusMakes/parlayapi
Sports odds, player props and source coverage for AI assistants. Connect with your own API key.
v0.1.139
io.github.r2cuerdame/codesamplex
Compatibility evidence from real builds: does this library API work on your versions and runtime?
{
"id": "io.github.nagarjunr/azure-iot-hub",
"type": "mcp-server",
"version": "0.1.0",
"displayName": "Azure IoT Hub",
"description": "MCP server for Azure IoT Hub: device registry, twins, methods, jobs, messaging.",
"repository": {
"url": "https://github.com/nagarjunr/iot-mcp-servers",
"source": "github",
"subfolder": "azure-iot-hub"
},
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "azure-iot-hub-mcp-server",
"version": "0.1.0",
"runtimeHint": "uvx",
"transport": "stdio",
"environmentVariables": [
{
"name": "AZURE_IOT_HUB_CONNECTION_STRING",
"description": "IoT Hub connection string with service/iothubowner rights, e.g. HostName=my-hub.azure-devices.net;SharedAccessKeyName=service;SharedAccessKey=...",
"isRequired": true,
"isSecret": true
},
{
"name": "AZURE_IOT_HUB_AMQP_PORT",
"description": "AMQP port for send_c2d_message, default 5671"
},
{
"name": "AZURE_IOT_HUB_AMQP_USE_TLS",
"description": "true/false, default true"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.nagarjunr/azure-iot-hub",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.nagarjunr%2Fazure-iot-hub/versions/latest",
"isOfficial": true,
"status": "active"
}
}