Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • Amazon VPC Lattice MCP Server
  • sanderkooger-mcp-server-ragdocs
  • Vertex AI MCP Server
  • TxtAi Memory Vector Server
  • IR Toolshed MCP Server
Back to MCP Servers
POC MCP Server

POC MCP Server

Public
BrunoSSantana/poc-mcp-server

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.

Verified
typescript
0 tools
May 29, 2025
Updated May 30, 2025

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

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • Amazon VPC Lattice MCP Server
    Amazon VPC Lattice MCP Server

    A Model Context Protocol server that provides tools for accessing and managing AWS VPC Lattice infor...

    2 tools
    Added May 30, 2025
  • sanderkooger-mcp-server-ragdocs
    sanderkooger-mcp-server-ragdocs

    An MCP server implementation that provides tools for retrieving and processing documentation through...

    Added May 30, 2025
  • Vertex AI MCP Server
    Vertex AI MCP Server

    Implementation of Model Context Protocol (MCP) server that provides tools for accessing Google Cloud...

    20 tools
    Added May 30, 2025
  • TxtAi Memory Vector Server
    TxtAi Memory Vector Server

    Model Context Protocol (MCP) server implementation for semantic search and memory management using T...

    Added May 30, 2025
  • IR Toolshed MCP Server
    IR Toolshed MCP Server

    A Model Context Protocol server that provides network analysis tools for security professionals, ena...

    Added May 30, 2025