Developer Platform
MCP Supported

We Love
Developers
Because We
Are Developers

Build custom integrations, automate ministry workflows, and create tailored solutions using secure, well-documented APIs that give you reliable access to the church data your team needs.

Rest API

MCP Server

Webhooks

Secure API keys

members.ts
MCP connected
Grounded in people-api-docs
// Sync our members — no guesswork

const { data } = await chmeetings
  .people.list({ page: 1, pageSize: 100 })

// Map them to your CRM shape

const members = data.map((p) => ({
    id: p.id,
    name: p.fullName,
    email: p.email,
}))

Create Integrations That Churches Love

Whether you're building tools for your specific congregation or a product for the entire ChMeetings ecosystem, we provide the infrastructure.

Custom Solutions

From tailored reporting to directories and automations, our API gives you safe, predictable access to your church data. Log in and get your account API key from settings.

ChMeetings AI

Third-Party Integrations

Build on the ChMeetings API to create third-party integrations. Go live, then send your listing details to be showcased and reach thousands of churches worldwide.

ChMeetings API integration for third-party applications

How It Works?

Our simplified integration pipeline gets you from "Hello World" to Production in minutes.

1

Add the MCP endpoint

Add this resource URL in VS Code, Cursor, or any MCP-compatible IDE. It serves ChMeetings’ live API docs — so your AI writes against the real spec instead of guessing.

https://mcp.chmeetings.com/resources
2

Point your AI at the right docs

Each area of the platform is its own focused resource. Name the one you need and your assistant stays grounded in the correct documentation.

people-api-docs
groups-api-docs
contributions-api-docs
and more
3

Describe it, then build

Ask for the feature in the stack your team already runs and let your AI scaffold it. Full install steps and prompt recipes live in the MCP setup guide.

 
1

Get your API key

From your ChMeetings Settings → Integrations → API Integration. Click on Get API to get your key.

 
2

Make your first call

Use your key to fetch data. Test your connections using our interactive API Playground or CLI tools.

 

# Request Example
GET
 /api/v1/people

Authorization: Bearer YOUR_API_KEY

3

Build and share

Submit your app to be featured on our Integrations page and grow your impact.

 
Already built your integration? Submit it to the Integrations Gallery.
Submit your integration
Tell us what you built and we'll review it for the gallery.