← jio.ge

INDIVIDUAL MCP TOOL

get_contact_info

Return public Jio Studio contact details and social links.

jio.genone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

jio.ge

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.jio-ge]
url = "https://jio.ge/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "jio-ge": {
      "type": "http",
      "url": "https://jio.ge/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: jio-ge
Remote MCP URL: https://jio.ge/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "jio-ge": {
      "url": "https://jio.ge/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "jio-ge": {
      "type": "http",
      "url": "https://jio.ge/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "jio-ge",
  "transport": "streamable-http",
  "url": "https://jio.ge/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_services — Return Jio Studio's custom furniture services and short descriptions.
  • get_portfolio_projects — Return portfolio projects with title, room/category, summary, URL, cover image URL, and Markdown image syntax for rendering.
  • search_projects_by_room — Find relevant portfolio projects by room or furniture type, such as kitchen, bedroom, wardrobe, TV wall, bathroom, office, apartment, or commercial space.
  • get_project_details — Return details for one portfolio project using its slug.
  • get_project_images — Return renderable image URLs and Markdown image syntax for a portfolio project cover and gallery.
  • start_custom_furniture_inquiry — Return the correct WhatsApp contact action URL for starting a custom furniture inquiry.
  • prepare_whatsapp_message — Prepare a WhatsApp message draft and URL for a custom furniture inquiry.