MCP API runs on your own machine — the client starts it, so there is no endpoint to ping. 117 installs a week from npm. Last commit 18 Aug 2026.
Preview release of FusionAuth API MCP server
Today is the operative word: we check MCP API every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-api -- npx -y @fusionauth/mcp-api
{
"mcpServers": {
"mcp-api": {
"args": [
"-y",
"@fusionauth/mcp-api"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-api]
command = "npx"
args = ["-y", "@fusionauth/mcp-api"]
{
"mcpServers": {
"mcp-api": {
"args": [
"-y",
"@fusionauth/mcp-api"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-api": {
"args": [
"-y",
"@fusionauth/mcp-api"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
API_KEY_APIKEYAUTH (Your API key for FusionAuth instance), API_BASE_URL (The URL for your FusionAuth instance), USE_TOOLS (Prefixes of APIs to create MCP tools for, if not set defaults to all available tools).
The author declared them in the registry entry; get the values from the project itself.
FusionAuth Documentation MCP server
Fraud Prevention MCP server using FraudLabs Pro API.
MCP server for SWAPI API
GoReleaser MCP server
MCP server for Razorpay API.
QCAD MCP server - DXF/DWG floor plans to SVG preview + STL extrusion via MCP tools and REST API
Discourse MCP server (stdio) with review-queue tools added. Fork of @discourse/mcp.
MCP server for LeaseClear lease Q&A.
Answers built from our own checks of this server.