An MCP server for APIDeck generated by @buildwithlayer
npm install @buildwithlayer/apideck-mcpAPIDeck 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
This is a demo server with a small amount of functionality, while testing please keep note of the features you would like to have
1. Open Cursor Settings → MCP
2. Click Add New MCP Server
3. Replace the file contents with the following
````
{
"mcpServers": {
"APIDeck": {
"command": "npx",
"args": [
"@buildwithlayer/apideck-mcp",
"--x-apideck-app-id=
"--x-apideck-consumer-id=
"--authorization=
]
}
}
}