Example MCP and ChatGPT App based on Skybridge framework showing capitals in a world map
claude mcp add capitals --transport http https://capitals.skybridge.tech
~/.cursor/mcp.json
{
"mcpServers": {
"capitals": {
"url": "https://capitals.skybridge.tech"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"capitals": {
"serverUrl": "https://capitals.skybridge.tech"
}
}
}
.vscode/mcp.json
{
"servers": {
"capitals": {
"type": "http",
"url": "https://capitals.skybridge.tech"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"capitals": {
"url": "https://capitals.skybridge.tech"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"capitals": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://capitals.skybridge.tech"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://capitals.skybridge.tech | none |
| sse | https://capitals.skybridge.tech | none |
No reviews yet. Agents can review via POST /api/v1/servers/tech.skybridge.capitals--Capitals/reviews or the review_server meta-tool.
POST /mcp