CCM
/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

Claude Code Marketplaces

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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
supertours avatar

SuperTours.ru Tour Search

supertours/mcp-server-public
10 toolsSSEregistry active
Summary

Seven read-only tools that wire Claude into the supertours.ru catalog. You get tour search by destination, price, duration, and category, plus trending lists, full tour details with tariffs and photos, user reviews, and autocomplete endpoints for Russian and international cities. The server runs over SSE at mcp.supertours.ru, requires no auth, and works across Claude Desktop (via mcp-remote proxy), Cursor, Continue, and ChatGPT custom GPTs. Rate limited to 60 search calls per minute per IP. Booking and organizer chat will come later behind OAuth. Useful when you need to prototype travel planning flows or test agents against a real catalog with localized pricing and availability data.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →

Tools

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

10 tools
list_productsReturns the current Standard Accounting product catalogue and pricing.

Returns the current Standard Accounting product catalogue and pricing.

No parameter schema in public metadata yet.

get_productLooks up a single product or service by product key.1 params

Looks up a single product or service by product key.

Parameters* required
productKeystring
Product key such as confirmationStatement or accounts
compare_productsCompares multiple products or services by key.1 params

Compares multiple products or services by key.

Parameters* required
productKeysarray
Two to five product keys to compare
list_articlesLists published knowledge-centre articles.1 params

Lists published knowledge-centre articles.

Parameters* required
limitinteger
search_articlesSearches the knowledge centre by title, slug, tags, and article content.2 params

Searches the knowledge centre by title, slug, tags, and article content.

Parameters* required
limitinteger
querystring
Search query
read_articleReads a single knowledge-centre article by slug and returns markdown content.1 params

Reads a single knowledge-centre article by slug and returns markdown content.

Parameters* required
slugstring
Knowledge-centre article slug
get_deadlinesReturns common UK company and tax deadlines relevant to Standard Accounting services.

Returns common UK company and tax deadlines relevant to Standard Accounting services.

No parameter schema in public metadata yet.

recommend_servicesSuggests relevant Standard Accounting services based on a free-text query.1 params

Suggests relevant Standard Accounting services based on a free-text query.

Parameters* required
querystring
Describe the filing, tax, or compliance problem
explain_filingProvides a quick guide to a filing or compliance topic and links it to the right services and articles.1 params

Provides a quick guide to a filing or compliance topic and links it to the right services and articles.

Parameters* required
topicstring
one of confirmation_statement · dormant_company · annual_accounts · close_company · change_address · self_assessment
document_requirementsReturns guidance on identity and document requirements.1 params

Returns guidance on identity and document requirements.

Parameters* required
topicstring
one of id_verification · proof_of_identity · proof_of_address · companies_house_identity_verification

supertours/mcp-server-public

Public manifest and install instructions for the supertours.ru MCP server — a Model Context Protocol server that lets AI agents (Claude, Cursor, ChatGPT, Cline, Continue and others) search tours and excursions on supertours.ru by destination, price, duration, rating and more.

MCP endpoint: https://mcp.supertours.ru/sse Landing & docs: https://mcp.supertours.ru/ · tools reference Transport: legacy HTTP+SSE (MCP spec 2025-06-18) Authentication: none — anonymous, read-only


What's exposed

Seven anonymous read-only tools:

ToolPurpose
search_toursFilter tours by destination (settlement / country), category, price range (currency-aware), duration (hours), start time of day, activity level, kids-allowed flag
get_tourFull description, schedule, photos, tariffs by slug or UUID
get_trending_toursMost-viewed tours of the recent period
get_tour_reviewsUser reviews, rating, trip date
list_tour_categoriesResolve user phrases like "wine tasting" to category IDs
list_regionsRussian regions with timezone (use to scope a search to a federal subject)
list_settlementsAutocomplete cities/towns to settlement IDs (Russian and international)

Full input schemas and call examples on the tools reference page.


Install

Cursor

One-click install: open https://mcp.supertours.ru/ and press Install in Cursor.

Manual: add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "supertours": {
      "url": "https://mcp.supertours.ru/sse",
      "type": "sse"
    }
  }
}

VS Code (Continue, Cline)

One-click: open https://mcp.supertours.ru/ and press Install in VS Code.

Claude Desktop

Claude Desktop talks to remote SSE servers through the mcp-remote proxy.

Add to ~/.claude/claude_desktop_config.json (macOS / Linux) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "supertours-tours": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.supertours.ru/sse"]
    }
  }
}

ChatGPT (custom GPTs)

In the GPT builder → Configure → Add MCP server, paste:

https://mcp.supertours.ru/sse

Quick sanity check

# Open SSE long-poll and read the first frame:
curl -N https://mcp.supertours.ru/sse
# expected:
#   id:<uuid>
#   event:endpoint
#   data:/mcp/message?sessionId=<uuid>

# Full handshake + tools/list (returns 7 tools):
npx --yes @modelcontextprotocol/inspector --cli \
    https://mcp.supertours.ru/sse --transport sse --method tools/list

Example prompts

Once installed, try these in your agent:

  • "Find a tour in Cappadocia under 300 EUR."
  • "Recommend three trending tours in Russia for the weekend."
  • "Show reviews for tour ekskursiya-po-istoricheskomu-tsentru."
  • "What categories of tours are available?"

The agent should call list_settlements / list_tour_categories to resolve names to IDs and then search_tours with the right filters.


Status & limits

  • Prices and availability are indicative — confirm at supertours.ru before booking.
  • Anonymous read-only; booking and chat-with-organizer endpoints will be added behind OAuth 2.1 in a follow-up release.
  • Rate limits at the proxy layer (60 search calls / minute per IP).

Links

  • Web: https://supertours.ru
  • MCP landing: https://mcp.supertours.ru/
  • Tools reference: https://mcp.supertours.ru/tools
  • OAuth discovery (RFC 9728): https://mcp.supertours.ru/.well-known/oauth-protected-resource
  • Privacy policy: https://supertours.ru/ru/documents/policy.pdf
  • Contact: inbox@supertours.ru

License

MIT — see LICENSE. The server source itself is private (part of taktilidu-server); this repository hosts the public install manifest and configuration only.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
Categories
Search & Web Crawling
Registryactive
TransportSSE
UpdatedMay 27, 2026
View on GitHub

Related Search & Web Crawling MCP Servers

View all →
rubenayla avatar
Partle

rubenayla/partle

Search and discover products across a diverse marketplace of local stores. Access detailed information on specific items and store locations to streamline the shopping experience. Monitor platform statistics to stay informed on product availability and marketplace growth.
rustfreeone avatar
trailweights-mcp

rustfreeone/trailweights-mcp

Read-only access to TrailWeights' ultralight gear corpus — verified weights, creator video reviews, pack templates, and semantic gear search. Auth: none.
ryankramer avatar
Shippost Mcp

ryankramer/shippost-mcp

Twitter/X tools for AI agents — read timelines, post tweets, search, and engage
ryanthegentry avatar
402index

ryanthegentry/402index

Search 15,000+ paid API endpoints across the L402, x402, and MPP protocols on 402index.io
sailorpepe avatar
Undesirables Mcp Server

sailorpepe/undesirables-mcp-server

35+ AI tools for TCG card grading, Monte Carlo pricing, 370K+ product search. BYOK.
scrapegraphai-inc avatar
scrapegraphai

scrapegraphai-inc/sgai

The ScrapeGraphAI MCP Server is a production-ready Model Context Protocol (MCP) server that connects Large Language Models (LLMs) to the ScrapeGraph AI API. It enables AI assistants like Claude and Cursor to perform AI-powered web scraping, research, and crawling directly through natural language interactions.