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
nathishdev-netizen avatar

Dida Mcp Server

nathishdev-netizen/dida-mcp-server
1STDIOregistry active
Summary

Gives Claude three hotel operations: searching with filters like price and rating, booking rooms with guest details, and fetching reviews. Each hotel result returns 17 fields including amenities, room types, availability, check-in policies, and contact info. You can install it locally via PyPI or connect to a hosted endpoint with SSE transport. Reach for this when you need to build hotel booking workflows into Claude conversations. The search tool lets you filter by city, max price, minimum rating, and specific amenities like WiFi or pools. Booking requires standard guest information and date ranges. Built by nathishdev and registered in the official MCP registry.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →

Dida MCP Server

A Model Context Protocol (MCP) server for hotel search, booking, and reviews.

MCP Registry PyPI

Features

🏨 Search Hotels - Find hotels by location, price, rating, and amenities with 12+ detailed fields per hotel
📅 Book Rooms - Reserve hotel rooms with guest information
⭐ View Reviews - Read customer reviews and ratings

Installation

Option 1: Install Locally (PyPI)

pip install dida-mcp-server

Configure in Claude Desktop:

{
  "mcpServers": {
    "dida-hotels": {
      "command": "python",
      "args": ["-m", "dida_mcp_server"]
    }
  }
}

Option 2: Use Remote Server (Cloud)

{
  "mcpServers": {
    "dida-hotels": {
      "url": "https://uninventive-davin-semihistorically.ngrok-free.dev/sse",
      "transport": "sse",
      "headers": {
        "Authorization": "Bearer YOUR_TOKEN"
      }
    }
  }
}

Contact: nathishdev@gmail.com for access token.

Tools

search_hotels

Search for hotels based on various criteria:

  • city - Location to search
  • max_price - Maximum price per night
  • min_rating - Minimum hotel rating (0-5)
  • amenities - Required amenities (WiFi, Pool, Gym, etc.)
  • available_only - Show only available hotels

Example:

{
  "city": "New York",
  "max_price": 300,
  "min_rating": 4.5,
  "amenities": ["WiFi", "Pool"]
}

book_hotel

Book a hotel room with guest information:

  • hotel_id - Hotel identifier
  • guest_name - Guest's full name
  • guest_email - Guest's email
  • guest_phone - Guest's phone number
  • check_in - Check-in date (YYYY-MM-DD)
  • check_out - Check-out date (YYYY-MM-DD)

get_hotel_reviews

Get customer reviews for a specific hotel:

  • hotel_id - Hotel identifier

Hotel Data Fields

Each hotel includes 17 detailed fields:

  • id, name, description
  • price_per_night, currency
  • location (city, country, address, coordinates)
  • rating, total_reviews
  • amenities (array)
  • room_types (array)
  • availability, available_rooms
  • check_in_time, check_out_time
  • cancellation_policy
  • contact (phone, email, website)
  • images (array)

MCP Registry

This server is registered in the official MCP Registry:

  • Name: io.github.nathishdev-netizen/dida-mcp-server
  • Registry: https://registry.modelcontextprotocol.io

License

MIT

Author

Nathish - GitHub

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Categories
Search & Web Crawling
Registryactive
Packagedida-mcp-server
TransportSTDIO
UpdatedOct 15, 2025
View on GitHub

Related Search & Web Crawling MCP Servers

View all →
ndjordjevic avatar
PinRAG

ndjordjevic/pinrag

MCP RAG: index PDFs, repos, YouTube, Discord, text; optional YouTube vision; query with citations.
1
madanc avatar
Koko Finance

net.kokofinance/koko-finance

AI credit card advisor - search cards, compare portfolios, and optimize rewards
1
nobleblocks avatar
Nobleblocks Mcp

nobleblocks/nobleblocks-mcp

Search 340M+ academic papers — citation graphs, semantic similarity, and AI literature reviews.
1
nunolima avatar
GitLab Documentation MCP Server

nunolima/gitlab-docs-mcp

Searchable access to GitLab documentation from multiple repositories with full-text search.
1
nyxtoolsdev avatar
Claude Memory Manager

nyxtoolsdev/claude-memory-manager

Cross-session memory for Claude Code — context capture, semantic search, recall
1
openweb-ninja avatar
Openwebninja Mcp

openweb-ninja/openwebninja-mcp

Official MCP server for OpenWeb Ninja APIs - 40+ real-time web data and SERP APIs as MCP tools
1