meridian-mcp
Provides server-side payment verification for service requests via Stripe, supporting international payments.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@meridian-mcpshow me my pending service requests"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
meridian-mcp
MCP server for the Meridian business-services platform. Exposes services, service requests, workflow steps, payments and meetings as Model Context Protocol tools and resources.
Install
cd meridian-mcp
npm install
npm run buildRelated MCP server: Company API MCP Server
Configure
Copy .env.example or set env vars directly:
Var | Description | Default |
| Meridian app base URL |
|
|
| (none — tools return placeholder hint until set) |
| Optional direct DB access fallback | |
| debug/info/warn/error | info |
More: /.well-known/agent-configuration exposes Agent Auth discovery (capability-based, short-lived JWTs, device-auth/CIBA approval). Agents can use either a long-lived mrd_ key or scoped Agent Auth grants — see meridian-skills meridian-api skill.
Without MERIDIAN_API_KEY every tool still responds — it explains what endpoint would be called and what to configure, so the server is safe to run in dry-run / demo mode.
Run
npm start # stdio MCP server (for Claude Desktop / pi)
npm run dev # watch mode via tsxClaude Desktop / pi
Add to your MCP config:
{
"mcpServers": {
"meridian": {
"command": "node",
"args": ["/absolute/path/to/meridian-mcp/dist/index.js"],
"env": {
"MERIDIAN_API_URL": "http://localhost:3000",
"MERIDIAN_API_KEY": "..."
}
}
}
}Or with pi:
pi --mcp meridian-mcp/dist/index.js
# or via npx after publish
npx meridian-mcpTools
Tool | Description |
| List services (filter: categorySlug, isActive, countryCode) |
| Get service by id/slug with formConfig |
| List service categories |
| List requests (filter: status, customerId, providerId, limit) |
| Get request by id with steps |
| Create request (serviceId, answers, customTitle) |
| Patch request status (prefer |
| Current phase + all requestSteps |
| Complete current step → next step |
| All RequestSteps in order |
| Payment row for a request |
| Server-side verify with Flouci (Tunisia, local) or Stripe (international) |
| List meetings (filter: serviceRequestId, status) |
| Create Teams meeting + invites |
| RSVP ACCEPTED/DECLINED/PENDING |
Resources
URI | Description |
| Service catalog JSON |
| Workflow backbone + phases |
Development
npm run typecheck
npm run buildThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables file system operations, web scraping, and AI-powered search through MCP tools for use by LLM agents.1
- FlicenseNot gradedqualityCmaintenanceExposes internal company services as LLM-callable MCP tools, enabling AI agents to perform business operations like customer management, order processing, and support ticketing through natural language.
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to access a unified catalog of tools from various APIs (OpenAPI, GraphQL, MCP, Google Discovery) through the MCP protocol.MIT
- AlicenseAqualityDmaintenanceExposes Azure AI Foundry agents, workflows, and AI Search vector-database capabilities as MCP tools, enabling natural language interaction with agents, semantic search, and index management.102MIT
Related MCP Connectors
Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.
Workflow diagnostics, capability routing, and x402 settlement for MCP-compatible agents.
100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/meridian-silkdev/meridian-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server