🌉 MCP-Open Floor Bridge Server
MCP Server Info
- Protocol: Model Context Protocol (MCP) 2025-06-18
- Server Name: openfloor-bridge
- Version: 1.0.0
- Available Tools: 6
Available MCP Tools
- discover_openfloor_agents - Discover and list all available agents
- send_message_to_openfloor_agent - Send message to specific agent
- send_to_best_openfloor_agent - Let floor manager choose best agent
- execute_agent_capability - Find agent by capability keywords
- list_all_agent_capabilities - List all agent capabilities
- send_task_to_agents_with_keywords - Send task to all matching agents
Usage Examples
Claude Desktop
{
"mcpServers": {
"openfloor-bridge": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.openfloor.dev/",
"--transport",
"http-only",
"--header",
"x-openfloor-agents:http://beaconforge.pythonanywhere.com,https://secondassistant.pythonanywhere.com/verity,https://kmhhywpw32.us-east-1.awsapprunner.com/"
]
}
}
}
Cursor
{
"mcpServers": {
"openfloor-bridge": {
"transport": "http",
"url": "https://mcp.openfloor.dev/",
"headers": {
"x-openfloor-agents": "http://beaconforge.pythonanywhere.com,https://secondassistant.pythonanywhere.com/verity,https://kmhhywpw32.us-east-1.awsapprunner.com/"
}
}
}
}