0.0.7 • Published 10 months ago
@buildwithlayer/apideck-mcp v0.0.7
APIDeck MCP Demo Server
Hey Samir and Team! This is your demo MCP server, it can:
- "Help me get started using APIDeck"
- CRUD operations for companies
- CRUD operations for contacts
Install
- Open Cursor Settings → MCP
- Click Add New MCP Server
- Replace the file contents with the following
{
"mcpServers": {
"APIDeck": {
"command": "npx",
"args": [
"@buildwithlayer/apideck-mcp",
"--x-apideck-app-id=<YOUR APIDECK APP ID>",
"--x-apideck-consumer-id=<YOUR APIDECK CONSUMER ID>",
"--authorization=<YOUR APIDECK API KEY>"
]
}
}
}