Skip to main content

Connect the Blueink MCP Server

The Blueink MCP server lets AI assistants interact with your Blueink account — search envelopes, check signer status, download documents, and more — all through natural language.

Server URL: https://mcp.blueink.com/mcp

Authentication: Uses the same API key as the Blueink REST API, passed as an Authorization: Token <your_api_key> header.

tip

If you don't have an API key yet, visit the Authentication guide to learn how to obtain one.

Setup by Client

Run this command in your terminal:

claude mcp add --transport http blueink https://mcp.blueink.com/mcp \
--header "Authorization: Token your_api_key_here"

That's it — the server will be available the next time you start a Claude Code session.

What You Can Do

Once connected, ask your AI assistant things like:

  • "Show me my recent envelopes"
  • "What's the status of envelope abc123?"
  • "Find envelopes sent to [email protected]"
  • "Download the signed PDF for envelope xyz789"

Need Help?