priority-mcp
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., "@priority-mcpShow me the top 10 open sales orders from Priority."
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.
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 intools/list. Writes require an explicitPRIORITY_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.
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
- AlicenseAqualityAmaintenanceMCP server for Microsoft Dataverse API with safe-by-default configuration. Works with any Dataverse / Dynamics 365 environment.23227MIT
- FlicenseNot gradedqualityCmaintenanceMulti-tenant MCP server connecting Claude to Priority ERP via OData. Supports read-only operations through natural language.
- FlicenseAqualityCmaintenanceLocal 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
- FlicenseAqualityCmaintenanceUnofficial 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
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.
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/agente-dev/priority-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server