A proof of concept server that provides tools for accessing and managing Loomer data, forms, form responses, and projects with pagination, filtering, and sorting capabilities.
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!