This MCP server exposes the QRcodly REST API as Model Context Protocol tools over Streamable HTTP. It is remote-hosted and uses a QRcodly API key for authentication.
From the registry: Create, manage, and share QR codes and short URLs
Please install the `mcp-server-flob95` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Get a QRcodly API key** — Create or obtain a QRcodly API key for authenticating MCP requests to the remote-hosted server. (https://qrcodly.com/docs/guides/mcp-server/?)
Canonical MCP server config (HTTP transport):
- url: `<your-qrcodly-mcp-url>`
- headers:
- `Authorization`: `Bearer <your-api-key>`
Note: The README states this is a remote-hosted MCP server using Streamable HTTP transport. The architecture diagram shows the endpoint as mcp.qrcodly.de/mcp, but the README directs users to the MCP Server Guide for end-user setup details, so use the service's documented MCP URL from that guide. Development environment variables shown in the README are for running the server locally during development and are not part of the client MCP configuration for the hosted service.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.QRCODLY_API_BASE_URLQRcodly API base URLMCP server that exposes GraphQL operations as tools for AI models.