Skip to main content
Glama

POC MCP Server

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

Requirements

  • Node.js 18 or higher
  • pnpm 10 or higher

Installation

pnpm install

Development

To start the development server:

pnpm dev

Building

To build the project:

pnpm build

Running

To run the built project:

pnpm start

Testing

To run tests:

pnpm test

Linting

To run the linter:

pnpm lint

Project Structure

src/ ├── config/ # Configuration files ├── tools/ # MCP tool implementations │ └── __tests__ # Tool tests ├── types/ # TypeScript type definitions └── index.ts # Main entry point

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

-
security - not tested
A
license - permissive license
-
quality - not tested

ページ区切り、フィルタリング、並べ替え機能を備えた Loomer データ、フォーム、フォーム応答、プロジェクトにアクセスして管理するためのツールを提供する概念実証サーバー。

  1. 特徴
    1. 要件
      1. インストール
        1. 発達
          1. 建物
            1. ランニング
              1. テスト
                1. リンティング
                  1. プロジェクト構造
                    1. ツール
                      1. ゲットルーマーズ
                      2. エリア内のルーマーを取得
                      3. フォームを取得する
                      4. getFormResponses
                      5. プロジェクトを取得する
                    2. ライセンス

                      Related MCP Servers

                      • A
                        security
                        A
                        license
                        A
                        quality
                        This server provides cloud browser automation capabilities using Browserbase, Puppeteer, and Stagehand. This server enables LLMs to interact with web pages, take screenshots, and execute JavaScript in a cloud browser environment.
                        Last updated -
                        1,186
                        2,516
                        Apache 2.0
                      • -
                        security
                        F
                        license
                        -
                        quality
                        A TypeScript-based server that provides a memory system for Large Language Models (LLMs), allowing users to interact with multiple LLM providers while maintaining conversation history and offering tools for managing providers and model configurations.
                        Last updated -
                        26
                        • Apple
                      • -
                        security
                        F
                        license
                        -
                        quality
                        A protocol server that enables LLMs like Claude to interact with MongoDB databases, providing tools for schema exploration, aggregation queries, and data analysis through natural language in Cursor.
                        Last updated -
                        1
                        12
                        • Linux
                        • Apple
                      • A
                        security
                        A
                        license
                        A
                        quality
                        A server that exposes PagerDuty API functionality to LLMs with structured inputs and outputs, enabling management of incidents, services, teams, and users.
                        Last updated -
                        9
                        7
                        MIT License
                        • Apple

                      View all related MCP servers

                      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