Provides tools for accessing and manipulating data about Loomers, forms, form responses, and projects in Loom, including retrieval with pagination, filtering, and sorting capabilities.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@POC MCP Serverget forms with pagination, limit 10, sort by created date"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
POC MCP Server
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.
Features
Get Loomers and Loomers in a specific area
Get Forms and Form Responses
Get Projects
Pagination support for all list operations
Filtering and sorting capabilities
Related MCP server: MemGPT MCP Server
Requirements
Node.js 18 or higher
pnpm 10 or higher
Installation
Development
To start the development server:
Building
To build the project:
Running
To run the built project:
Testing
To run tests:
Linting
To run the linter:
Project Structure
Tools
getLoomers
Get a list of Loomers with optional pagination, filtering, and sorting.
getLoomersInArea
Get a list of Loomers in a specific area.
getForms
Get a list of forms with optional pagination, filtering, and sorting.
getFormResponses
Get a list of form responses with optional pagination, filtering, and sorting.
getProjects
Get a list of projects with optional pagination, filtering, and sorting.
License
MIT