Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
MCP Server for the UniFuncs API providing functionality to interface with the UniFuncs service.
Add this to your MCP client configuration:
{
"mcpServers": {
"unifuncs-ufn-mcp-server": {
"command": "npx",
"args": [
"-y",
"@unifuncs/ufn-mcp-server"
],
"env": {
"UNIFUNCS_API_KEY": "<Your UniFuncs API key from https://unifuncs.com/account>"
}
}
}
}{
"id": "unifuncs-ufn-mcp-server",
"name": "UniFuncs",
"description": "MCP Server for the UniFuncs API providing functionality to interface with the UniFuncs service.",
"source_url": "https://github.com/unifuncs/ufn-mcp-server",
"publisher_name": "unifuncs",
"publisher_url": "https://github.com/unifuncs",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 4996,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@unifuncs/ufn-mcp-server"
},
"tools_count": 2
}