// MCP SERVER — GOBIYA v1.0.0

Gobiya MCP Server

A Model Context Protocol server that lets AI agents — Claude, ChatGPT, Perplexity, and any MCP-compatible client — discover services, retrieve case studies, estimate costs, and submit qualified leads directly to Gobiya.

POSThttps://www.gobiya.com/mcp/v1
8Tools
JSON-RPC 2.0Protocol
HTTPTransport
MCP/1.0Version

// DISCOVERY

// CONNECT AN AI AGENT

Claude Desktop config

{
  "mcpServers": {
    "gobiya": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-http-client"
      ],
      "env": {
        "MCP_SERVER_URL": "https://www.gobiya.com/mcp/v1"
      }
    }
  }
}

Raw HTTP (curl)

curl -X POST https://www.gobiya.com/mcp/v1 \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'

// TOOL CATALOG — 8 TOOLS

Click any tool to expand its input schema and see an example JSON-RPC call. Fields marked * are required.

// SUPPORTED JSON-RPC METHODS

initialize

Protocol handshake. Returns server capabilities and version.

tools/list

Returns the full catalog of available tools with schemas.

tools/call

Calls a specific tool by name with provided arguments.

// ABOUT GOBIYA

Gobiya is a Los Angeles digital marketing agency specializing in SEO, GEO (AI citation optimization), Google Ads, custom web development, and Google penalty recovery for local service businesses and B2B firms. Founded by Steve Martin in 2010 — 25 years in search engineering.