Skip to main content
Glama
agente-dev

priority-mcp

by agente-dev

priority-mcp

Unofficial Model Context Protocol (MCP) server for the Priority ERP OData API.

Under construction. Train 1 ships the scaffold, strict environment validation, and CI. No tools are registered yet — the server boots and waits on stdio.

Status — tools table

Tool

Description

Status

(none yet)

Read surface lands in later trains

planned

  • Write surface is gated by omission: with PRIORITY_READ_ONLY=true (the default), no write tool is ever advertised in tools/list. Writes require an explicit PRIORITY_READ_ONLY=false.

Related MCP server: Priority MCP Platform

Configuration

All configuration is via environment variables, validated at boot by src/config.ts (aggregated, throw-free; invalid config prints field-level errors to stderr and exits 1). Required: PRIORITY_API_URL (https), PRIORITY_ENVIRONMENT, PRIORITY_COMPANY, PRIORITY_USERNAME, PRIORITY_PASSWORD. See src/config.ts for defaults and optional fields (PRIORITY_TABULA_INI, PRIORITY_LANGUAGE, PRIORITY_READ_ONLY, PRIORITY_APP_ID/PRIORITY_APP_KEY, PRIORITY_ALLOWED_TOOLS/ PRIORITY_BLOCKED_TOOLS, RATE_LIMIT_PER_MINUTE, REQUEST_TIMEOUT_MS, LOG_LEVEL).

Verified API reference

The wire-level facts this server is built against (URL anatomy, auth modes, quirk list, entity inventory) are live-verified against the vendor sandbox: see docs/priority-api-verified.md. Read it before wiring any tool.

Disclaimer

This project is not affiliated with, endorsed by, or sponsored by Priority Software Ltd or its distributors. "Priority" is a trademark of the respective owner. This is an independent, unofficial integration with the publicly documented Priority REST/OData API, built from live verification of the vendor's sandbox. Use at your own risk; the vendor API can change or limit access at any time.

Install Server
A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    A
    maintenance
    MCP server for Microsoft Dataverse API with safe-by-default configuration. Works with any Dataverse / Dynamics 365 environment.
    23
    22
    7
    MIT
  • F
    license
    A
    quality
    C
    maintenance
    Local stdio MCP server for read-only Microsoft SQL Server access through Python and pyodbc, providing test connection, list tables, describe table, and query tools.
    4
  • F
    license
    A
    quality
    C
    maintenance
    Unofficial MCP server that exposes the PrijsProfeet API as validated tools for product search, price history, forecasts, deals, and matching. It can run via stdio or as an authenticated Streamable HTTP server.
    24

View all related MCP servers

Related MCP Connectors

  • The official MCP Server from Mia-Platform to interact with Mia-Platform Console

  • Read-only MCP server for ClassQuill, a tutoring-business-management platform.

  • MCP server for managing Prisma Postgres.

View all MCP Connectors

Latest Blog Posts

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/agente-dev/priority-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server