a year ago
An MCP server to interact with the public and on demand API of Local Falcon.
For more information check here: https://www.localfalcon.com/features/mcp
Server Config
{
"mcpServers": {
"local-falcon-mcp": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.localfalcon.com/sse?local_falcon_api_key=<INSERT_YOUR_API_KEY>"
]
}
}
}