Provides Model Context Protocol (MCP) tools for accessing and managing Loomers, forms, form responses, and projects with support for pagination, filtering, and sorting.
Unlock the full potential of POC MCP Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.
Free tier available • No credit card required
A proof of concept implementation of a Model Context Protocol (MCP) server that provides tools for accessing and manipulating data about Loomers, forms, form responses, and projects.
pnpm install
To start the development server:
pnpm dev
To build the project:
pnpm build
To run the built project:
pnpm start
To run tests:
pnpm test
To run the linter:
pnpm lint
src/
├── config/ # Configuration files
├── tools/ # MCP tool implementations
│ └── __tests__ # Tool tests
├── types/ # TypeScript type definitions
└── index.ts # Main entry point
Get a list of Loomers with optional pagination, filtering, and sorting.
Get a list of Loomers in a specific area.
Get a list of forms with optional pagination, filtering, and sorting.
Get a list of form responses with optional pagination, filtering, and sorting.
Get a list of projects with optional pagination, filtering, and sorting.
MIT
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!