HumanFound MCP Server
Endpoint
Quick setup
{
"mcpServers": {
"humanfound": {
"type": "http",
"url": "https://humanfound.app/api/mcp"
}
}
}{
"mcpServers": {
"humanfound": {
"command": "npx",
"args": [
"mcp-remote",
"https://humanfound.app/api/mcp"
]
}
}
}