Guitar Store MCP Server
@kartik71
About Guitar Store MCP Server
No overview available yet
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Guitar Store MCP Server?
A Model Context Protocol (MCP) server that provides tools for querying a guitar store's inventory and processing orders. It is intended for developers building MCP‑based applications that need guitar inventory management and order handling.
How to use Guitar Store MCP Server?
Install dependencies with npm install, then start the server with npm start. The server listens on http://localhost:3001 by default. To interact, you need an MCP client that connects to the SSE endpoint (/sse) and uses the messages endpoint (/messages).
Key features of Guitar Store MCP Server
- Get all guitars in inventory
- Filter guitars by type (Electric or Acoustic)
- Filter guitars by brand
- Get guitar details by ID
- Process guitar purchases
- View all orders
- Get inventory status summary
Use cases of Guitar Store MCP Server
- Building an e‑commerce frontend that displays guitar inventory
- Creating a chatbot that answers inventory and order questions
- Integrating guitar purchasing flows into an MCP‑powered assistant
- Monitoring stock levels and order history programmatically
FAQ from Guitar Store MCP Server
What tools does the server expose?
It exposes 7 MCP tools: getGuitars, getGuitarsByType, getGuitarsByBrand, getGuitarById, getOrders, purchaseGuitars, and getInventoryStatus.
How do I start the server?
Run npm install then npm start. The server will listen on http://localhost:3001 by default.
What endpoints do I connect to?
Use the SSE endpoint at /sse for streaming and the messages endpoint at /messages for sending requests.
Do I need a specific client?
You need any MCP client that supports SSE (Server‑Sent Events) communication to interact with this server.
What is the default port?
The server runs on port 3001.
More Other MCP servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments