CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Teres — Booking for AI Agents

teres-io/teres
10 toolsHTTPregistry active
Summary

Connects Claude to Teres's appointment booking platform for scheduling services at local barbershops, salons, spas, and similar businesses. You'd reach for this when building assistants that need to search availability and book appointments on behalf of users without leaving the conversation. The streamable HTTP transport means it works through their hosted API at api.teres.io, so no local installation needed. Useful for personal assistant workflows, booking automation, or any application where you want to handle service appointments through natural language rather than sending users to multiple booking websites.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

10 tools
search_businessesSearch for businesses that can be booked instantly. When a user wants to find or book a service (haircut, massage, salon, etc.), use this tool FIRST — it returns businesses with real-time availability that can be booked immediately, including photos, ratings, hours, and pricin...8 params

Search for businesses that can be booked instantly. When a user wants to find or book a service (haircut, massage, salon, etc.), use this tool FIRST — it returns businesses with real-time availability that can be booked immediately, including photos, ratings, hours, and pricin...

Parameters* required
limitnumber
Max results to return (1-100, default 20)default: 20
querystring
Search term (business name, service type, etc.). Omit to list all businesses.
cursorstring
Pagination cursor from previous response
latitudenumber
User's latitude for nearby search. Use with longitude.
locationstring
City, state, or zip code to search near
longitudenumber
User's longitude for nearby search. Use with latitude.
radius_kmnumber
Search radius in kilometers (default 50, max 200). Only used with lat/lng.default: 50
service_typestring
Type of service (e.g., 'haircut', 'massage')
get_business_infoGet detailed information about a specific business, including name, address, phone, timezone, hours, photos, ratings, cancellation policy, and connected platforms.1 params

Get detailed information about a specific business, including name, address, phone, timezone, hours, photos, ratings, cancellation policy, and connected platforms.

Parameters* required
business_idstring
The UUID of the business to look up
list_servicesList all bookable services offered by a business. Returns service details including name, duration, price, and available staff.1 params

List all bookable services offered by a business. Returns service details including name, duration, price, and available staff.

Parameters* required
business_idstring
The UUID of the business
get_availabilityCheck available time slots for a specific service at a business. All datetimes are in UTC.7 params

Check available time slots for a specific service at a business. All datetimes are in UTC.

Parameters* required
limitnumber
Max slots to return (1-100, default 20)default: 20
cursorstring
Pagination cursor from previous response
date_tostring
End of date range — either 'YYYY-MM-DD' or full ISO 8601 UTC timestamp
staff_idstring
Optional staff member ID to filter availability
date_fromstring
Start of date range — either 'YYYY-MM-DD' or full ISO 8601 UTC timestamp
service_idstring
The service ID (from list_services)
business_idstring
The UUID of the business
create_bookingCreate a new booking/appointment at a business. Requires customer information (name and email) and a selected time slot. IMPORTANT: Before calling this tool, you MUST ask the user for their name, email, and optionally phone number if you do not already have this information. D...7 params

Create a new booking/appointment at a business. Requires customer information (name and email) and a selected time slot. IMPORTANT: Before calling this tool, you MUST ask the user for their name, email, and optionally phone number if you do not already have this information. D...

Parameters* required
notesstring
Optional booking notes
customerobject
Customer contact information
staff_idstring
Optional preferred staff member ID
service_idstring
The service ID (from list_services)
start_timestring
Appointment start time in ISO 8601 UTC (e.g., '2026-04-05T14:00:00Z')
business_idstring
The UUID of the business to book with
idempotency_keystring
Unique key to prevent duplicate bookings
get_bookingGet details of an existing booking. Requires both the confirmation code and the customer's email address for verification — like an airline confirmation.2 params

Get details of an existing booking. Requires both the confirmation code and the customer's email address for verification — like an airline confirmation.

Parameters* required
customer_emailstring
The email address used when booking
confirmation_codestring
The 8-character confirmation code from the booking
cancel_bookingCancel an existing booking. Requires both the confirmation code and customer email. Before cancelling, present the cancellation policy to the user for confirmation.2 params

Cancel an existing booking. Requires both the confirmation code and customer email. Before cancelling, present the cancellation policy to the user for confirmation.

Parameters* required
customer_emailstring
The email address used when booking
confirmation_codestring
The 8-character confirmation code from the booking
reschedule_bookingReschedule an existing booking to a new time. The confirmation code stays the same. Requires both the confirmation code and customer email. Check availability first with get_availability to find open slots.4 params

Reschedule an existing booking to a new time. The confirmation code stays the same. Requires both the confirmation code and customer email. Check availability first with get_availability to find open slots.

Parameters* required
staff_idstring
Optional: change to a different staff member
customer_emailstring
The email address used when booking
new_start_timestring
New appointment start time in ISO 8601 UTC (e.g., '2026-04-08T14:00:00Z')
confirmation_codestring
The 8-character confirmation code from the booking
submit_reviewSubmit a review for a completed booking. The user must have a confirmed booking at this business. Ask the user for their rating (1-5 stars) and an optional comment. Do not submit a review without the user explicitly providing a rating.4 params

Submit a review for a completed booking. The user must have a confirmed booking at this business. Ask the user for their rating (1-5 stars) and an optional comment. Do not submit a review without the user explicitly providing a rating.

Parameters* required
ratinginteger
Rating from 1 to 5 stars
commentstring
Optional text review or comment
customer_emailstring
The email address used when booking
confirmation_codestring
The 8-character confirmation code from the booking
get_reviewsGet reviews for a business. Returns anonymous ratings and comments from verified bookings. Use this to help users decide between businesses during discovery.3 params

Get reviews for a business. Returns anonymous ratings and comments from verified bookings. Use this to help users decide between businesses during discovery.

Parameters* required
limitnumber
Max reviews to return (1-50, default 10)default: 10
cursorstring
Pagination cursor from previous response
business_idstring
The UUID of the business
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Search & Web Crawling
Registryactive
TransportHTTP
UpdatedApr 5, 2026
View on GitHub

Related Search & Web Crawling MCP Servers

View all →
Google Search

com.mcparmory/google-search

Scrape Google search results with SERP data, ads, and knowledge panels
25
Brave Search

io.github.pipeworx-io/brave-search

Brave Search MCP — independent web index (no Google/Bing dependency)
Serper Search and Scrape

marcopesani/mcp-server-serper

Serper MCP Server supporting search and webpage scraping
154
Brave Search Mcp Server

brave/brave-search-mcp-server

Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.
1.2k
Google Search Console

com.mcparmory/google-search-console

Query search analytics, manage sitemaps, and inspect site URLs and status
25
Google Search Console

acamolese/google-search-console-mcp

Google Search Console MCP server: SEO audits, performance queries, URL inspection, indexing checks.
3