Skip to main content
Glama
Xavierfok

Singapore Proxy MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SMP_API_KEYYesYour API key for Singapore Mobile Proxy MCP (get free key at https://singaporemobileproxy.com/client/mcp)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
fetch_urlA

Fetch a URL through a Singapore mobile IP and return its content.

Args:
    url: The full http(s) URL to fetch.
    format: One of "markdown" (default, clean main content), "text", or "html".
search_googleB

Run a Singapore-localized Google search (gl=sg) and return organic results.

rotate_ipA

Request a fresh Singapore mobile IP for the current proxy.

my_proxy_statusA

Show the current Singapore exit IP, carrier, and remaining quota.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct operation: fetching arbitrary URLs, running Google searches, rotating the IP, and checking proxy status. There is no overlap between these purposes.

Naming Consistency4/5

Three tools follow a clear verb_noun pattern: fetch_url, search_google, rotate_ip. my_proxy_status breaks the pattern and would be more consistent as get_proxy_status, but the overall naming is still predictable.

Tool Count5/5

Four tools is well-scoped for a narrow proxy-focused server. Each tool earns its place without redundancy or unnecessary bloat.

Completeness5/5

The server covers the core proxy workflow: fetch content, search the web, rotate the IP, and inspect status. No obvious missing operations are apparent for its stated purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues