SendForSign MCP Server
OfficialEnables interaction with the SendForSign API to list document templates and read template content fo...
Create a SendForSign account
- Open https://sendforsign.com and sign up for a platform account (or sign in if you already have one). (sendforsign.com)
Find (or retrieve) your API key
- After signing in, open your dashboard and go to the "API Keys" tab — a new account will automatically generate an API key (and secret). Copy the API key; this is the value for SFS_API_KEY. (about.sendforsign.com)
Create a Client (to obtain a client key)
- Option A — Dashboard/UI: In the SendForSign dashboard look for a Clients / Client keys area and create a new client (fill fullname, email, organization). After creation copy the returned clientKey; this is the value for SFS_CLIENT_KEY. (about.sendforsign.com)
- Option B — API: Use your API key to create a client via the /api/client endpoint. Example curl (replace placeholders):
curl -X POST 'https://api.sendforsign.com/api/client'
-H 'X-Sendforsign-Key: YOUR_API_KEY'
-H 'Content-Type: application/json'
-d '{"data":{"action":"create","client":{"fullname":"John Johnson","email":"[email protected]","organization":"Company Inc.","customKey":"YOUR_COMBINATION"}}}'
The successful response will include "clientKey" — copy that for SFS_CLIENT_KEY. (about.sendforsign.com)
(Optional) Generate short‑lived tokens / secrets if needed
- If you need OAuth-style tokens or secrets for other flows, use the /api/token endpoint with your API key and Secret per the docs to obtain access tokens. (about.sendforsign.com)
Fill the values into the FastMCP connection interface
- Open the FastMCP connection / “Install Now” dialog where you add environment variables.
- Add an environment variable named SFS_API_KEY and paste your SendForSign API key.
- Add an environment variable named SFS_CLIENT_KEY and paste the clientKey you created.
- Save/apply the settings and click the existing “Install Now” button to install/connect the SendForSign MCP server.
Verify the integration
- After installation, test the MCP tool (for example, call the list templates tool or hit the server health endpoint) to confirm authentication works. Example (MCP HTTP stream): send X-Sendforsign-Key and X-Client-Key headers when calling /mcp or use the MCP tool that lists templates. (about.sendforsign.com)
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Run MCP servers without
local setup or downtime
Access to 1,000+ ready-to-use MCP servers
Skip installation, maintenance, and trial-and-error.
No local setup or infra
Run MCP servers without Docker, ports, or tunnels.
Always online
Your MCP keeps working even when your laptop is off.
One secure URL
Use the same MCP from any agent, anywhere.
Secure by default
Encrypted connections. Secrets never stored locally.
Configuration for
Environment Variables
Please provide values for the following environment variables:
HTTP Headers
Please provide values for the following HTTP headers:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for API Development
View All →Sentry
Streamline Sentry API integration with this remote MCP server middleware prototype. sentry-mcp acts as a bridge between clients and Sentry, supporting flexible transport methods and offering tools like the MCP Inspector for easy service testing. Inspired by Cloudflare’s remote MCP initiative, it helps developers adapt and debug workflows, making Sentry interaction smoother for both cloud and self-hosted environments.
More for Developer Tools
View All →
GitHub
Extend your developer tools with the GitHub MCP Server—a powerful Model Context Protocol server enhancing automation and AI interactions with GitHub APIs. It supports diverse functionalities like managing workflows, issues, pull requests, repositories, and security alerts. Customize available toolsets to fit your needs, enable dynamic tool discovery to streamline tool usage, and run the server locally or remotely. With read-only mode and support for GitHub Enterprise, this server integrates deeply into your GitHub ecosystem, empowering data extraction and intelligent operations for developers and AI applications. Licensed under MIT, it fosters flexible and advanced GitHub automation.
Desktop Commander
Desktop Commander MCP transforms Claude Desktop into a powerful AI assistant for managing files, running terminal commands, and editing code with precision across your entire system. It supports in-memory code execution, interactive process control, advanced search and replace, plus comprehensive filesystem operations including reading from URLs and negative offset file reads. With detailed audit and fuzzy search logging, it enables efficient automation, data analysis, and multi-project workflows—all without extra API costs. Designed for developers seeking smarter automation, it enhances productivity by integrating all essential development tools into a single, intelligent chat interface.
Chrome DevTools
Provides direct Chrome browser control through DevTools for web automation, debugging, and performance analysis using accessibility tree snapshots for reliable element targeting, automatic page event handling, and integrated performance tracing with actionable insights.
FreeCAD
Enables AI-driven CAD modeling by providing a remote procedure call (RPC) server that allows programmatic control of FreeCAD, supporting operations like creating documents, inserting parts, editing objects, and executing Python code for generative design workflows.