POC MCP Server
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: LimeSurvey MCP Server
Requirements
Node.js 18 or higher
pnpm 10 or higher
Installation
pnpm installDevelopment
To start the development server:
pnpm devBuilding
To build the project:
pnpm buildRunning
To run the built project:
pnpm startTesting
To run tests:
pnpm testLinting
To run the linter:
pnpm lintProject Structure
src/
├── config/ # Configuration files
├── tools/ # MCP tool implementations
│ └── __tests__ # Tool tests
├── types/ # TypeScript type definitions
└── index.ts # Main entry pointTools
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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA comprehensive server that enables advanced database operations with PocketBase, providing tools for collection management, record operations, user management, and database administration through the Model Context Protocol.65MIT
- AlicenseBqualityDmaintenanceA simple server that enables management of LimeSurvey surveys and responses through MCP client integration.355Apache 2.0
- FlicenseCqualityDmaintenanceA testing server that demonstrates Model Context Protocol features, providing access to user data, todos, and system information through resources, tools for user management and calculations, and prompt templates for various analyses.4
- Alicense-qualityDmaintenanceThis project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for HubDB (beta): https://www.cdata.com/download/download.aspx?sku=KTZK-V&type=betaMIT
Related MCP Connectors
A basic MCP server to operate on the Postman API.
Deploy production REST APIs from JSON schemas in seconds. Manage projects, schemas, and deployments.
MCP server for managing Prisma Postgres.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BrunoSSantana/poc-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server