Hosted Singapore MCP
Streamable HTTP · hosted
- Endpoint
https://mcp.singaporemobileproxy.com/mcp- Authentication
- A Singapore Mobile Proxy MCP key in the x-api-key header.
Before you connect
- Complete the provider’s MCP onboarding and obtain your own key.
- Use a remote MCP client that supports custom request headers.
Cursor mcp.json (remote HTTP with API key) Sources: Singapore Proxy MCP repository, Provider MCP onboarding, Cursor remote MCP configuration
Cursor: .cursor/mcp.json (project) or ~/.cursor/mcp.json (global). Configuration guide.
{
"mcpServers": {
"singapore-proxy": {
"url": "https://mcp.singaporemobileproxy.com/mcp",
"headers": {
"x-api-key": "YOUR_SMP_API_KEY"
}
}
}
}