Skip to main content
Glama

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 build

Related MCP server: Company API MCP Server

Configure

Copy .env.example or set env vars directly:

Var

Description

Default

MERIDIAN_API_URL

Meridian app base URL

http://localhost:3000

MERIDIAN_API_KEY

mrd_ API key (Better Auth) for REST calls

(none — tools return placeholder hint until set)

DATABASE_URL

Optional direct DB access fallback

MERIDIAN_MCP_LOG_LEVEL

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 tsx

Claude 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-mcp

Tools

Tool

Description

list_services

List services (filter: categorySlug, isActive, countryCode)

get_service

Get service by id/slug with formConfig

list_categories

List service categories

list_service_requests

List requests (filter: status, customerId, providerId, limit)

get_service_request

Get request by id with steps

create_service_request

Create request (serviceId, answers, customTitle)

update_request_status

Patch request status (prefer advance_step)

get_workflow_status

Current phase + all requestSteps

advance_step

Complete current step → next step

list_request_steps

All RequestSteps in order

get_payment_status

Payment row for a request

verify_payment

Server-side verify with Flouci (Tunisia, local) or Stripe (international)

list_meetings

List meetings (filter: serviceRequestId, status)

create_meeting

Create Teams meeting + invites

respond_to_meeting

RSVP ACCEPTED/DECLINED/PENDING

Resources

URI

Description

meridian://services

Service catalog JSON

meridian://workflow

Workflow backbone + phases

Development

npm run typecheck
npm run build
F
license - not found
Not graded
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.

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    Exposes 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.
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents to access a unified catalog of tools from various APIs (OpenAPI, GraphQL, MCP, Google Discovery) through the MCP protocol.
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Exposes 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.
    10
    2
    MIT

View all related MCP servers

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.

View all MCP Connectors

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/meridian-silkdev/meridian-mcp'

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