Build with Lumipact
Connect your AI tools, automate workflows, and query your contract portfolio programmatically. Lumipact exposes a remote MCP server and a standard OAuth 2.1 authorization flow.
MCP Server
Connect Claude, Cursor, or any MCP-compatible AI client to your Lumipact contracts. Query renewals, search agreements, and get stats β all inside your AI tools.
Read the guideOAuth & Access Tokens
Issue scoped access tokens per entity and department. Full OAuth 2.1 + PKCE flow with a hosted consent screen. Tokens never expire unless you revoke them.
See the flowAvailable Tools
Seven read-only tools covering contracts, renewal alerts, stats, entities, and departments. All results are scoped to the entities and departments you authorized.
Browse toolsWebhooks
Push signed HTTP notifications to your systems when contracts change or renewals come due. HMAC signatures, automatic retries, and test deliveries. Growth plan and above.
Read the guideQuick start
Add Lumipact to Claude Desktop in two steps.
- 1
Add the server to your Claude Desktop config
// ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"lumipact": {
"type": "http",
"url": "https://lumipact.com/api/mcp",
"authorization_server": "https://lumipact.com"
}
}
}
- 2
Restart Claude Desktop and authorize
Claude will prompt you to sign in to Lumipact and choose which entities to expose. You stay in control of exactly what data the AI can see.
Building a custom integration?
Register an OAuth app in your workspace settings to get a client ID and secret.
