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

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 →
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
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 →
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
TransportSSE
UpdatedMay 27, 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