Skip to main content
Glama
0xJRP

mcp-starter-kit

by 0xJRP

πŸ‡ The Plain-English MCP Starter Kit

Everyone's talking about "MCP." Here's one you can actually use β€” in 5 minutes, with your own business.

You've probably heard that AI can now "connect to your tools." That connection has a name: MCP (Model Context Protocol). It's how an AI assistant stops guessing and starts answering with your real business data β€” your hours, your prices, your FAQs.

This kit is a tiny, working MCP server. You edit one file with your info, run one command, and connect it to your AI. Then you can ask your AI things like:

"How much for 3 lattes and a pastry platter?" "What are your Saturday hours?" "What times are open this week?"

…and it answers correctly, every time β€” because it's reading your data, not making it up.

πŸ’¬ Want the link to this kit? Comment "MCP" on the post and we'll send it over.


What's an MCP, in one sentence?

An MCP server is a safe translator between your AI and your stuff. The AI can only do the specific actions you allow β€” nothing else on your computer.

See the picture: docs/diagram.md

This kit allows exactly four safe, read-only actions:

Action

What it does

get_business_info

Shares your hours, contact, and address

price_quote

Calculates a price from your service list

lookup_faq

Answers common customer questions

check_availability

Lists your open booking slots


Related MCP server: MCP Workshop Starter

Set it up in 5 minutes

You need: Node.js (the free "LTS" download) and a free AI app that supports MCP, like Claude Desktop. You do not need to know how to code.

1. Download this kit

Click the green Code button above β†’ Download ZIP β†’ unzip it.

2. Add your business info

Open business.json in any text editor and replace the example (Maple Street Coffee) with your own name, hours, services, prices, and FAQs. Save it.

3. Install + test it

Open Terminal, go into the folder, and run:

npm install
npm run check

You should see βœ… Your kit looks good!

4. Connect it to your AI

In Claude Desktop: Settings β†’ Developer β†’ Edit Config, and add this (change the path to where you unzipped the folder):

{
  "mcpServers": {
    "my-business": {
      "command": "node",
      "args": ["/full/path/to/mcp-starter-kit/server.js"]
    }
  }
}

Restart Claude Desktop. You'll see your business tools appear. Now ask it a question about your business β€” and watch it use the real answer. πŸŽ‰


The 5 questions to ask before you connect AI to anything

Before you wire AI into your real tools (email, CRM, calendar, payments), ask:

  1. What can it actually do? β€” Read-only, or can it change/delete things? (This kit is read-only on purpose.)

  2. What data does it touch? β€” And is any of it sensitive?

  3. Where does that data go? β€” Stays on your machine, or sent to a company?

  4. Who can use it? β€” Just you, or your whole team / your customers?

  5. What happens if it's wrong? β€” What's the worst-case, and can you undo it?

If you can't answer these for a tool someone's trying to sell you β€” slow down.


Make it yours

Everything lives in business.json β€” no coding needed to update your info. Want it to do more (real bookings, live inventory, connect to your CRM or email)? That's exactly the kind of thing we build.


πŸ‡ Built by Rabbit Hole

We help small and medium businesses put AI to work β€” safely, and in plain English. This is Day 1 of our 30-day series of free, working AI kits.

Want this set up for your business, with your real tools connected? πŸ‘‰ Reach out to Rabbit Hole (add your link)

Free to use under the MIT License. Built to be opened, edited, and run by real business owners.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/0xJRP/mcp-starter-kit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server