← teres.io

INDIVIDUAL MCP TOOL

create_booking

Create a new booking/appointment at a business.

teres.ionone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

teres.io

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.teres-io]
url = "https://api.teres.io/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: teres-io
Remote MCP URL: https://api.teres.io/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": {
    "teres-io": {
      "url": "https://api.teres.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_businesses — Search for businesses that can be booked instantly.
  • get_business_info — Get detailed information about a specific business location, including name, address, phone, timezone, hours, photos, ratings, cancellation policy, and connected platforms.
  • list_services — List all services offered by a business.
  • get_availability — Check available time slots for a specific service at a business.
  • get_booking — Get details of an existing booking.
  • cancel_booking — Cancel an existing booking.
  • reschedule_booking — Reschedule an existing booking to a new time.
  • submit_review — Submit a review for a completed booking.