Infor Syteline ERP MCP Server
Bridge AI assistants to your Infor ERP with secure, OAuth 2.0 authenticated access
Integration Methods
Choose your integration approach based on technical requirements
REST API Integration
Direct HTTP POST requests to execute tools. Works with any HTTP client.
Base URL
https://your-server.com
Endpoint
POST /api/tools/:toolName
Authentication
Bearer token in Authorization header
Example Request (cURL)
curl -X POST https://your-server.com/api/tools/search_customers \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"customer_name": "acme"}'
Response Format
{
"success": true,
"data": { /* tool result */ },
"executionTimeMs": 1234
}
Compatible With
- Any HTTP client (cURL, Postman, Insomnia)
- JavaScript (fetch, axios)
- Python (requests library)
- Custom applications
OpenAPI/Swagger URL Builder
Generate filtered API specifications for your integration needs
Filter Type
Select Categories
Select Tools
Hold Ctrl/Cmd to select multiple tools
Specification Version
Generated URL
Tools Explorer
Browse all available tools
Example Use Cases
Common workflows and real-world scenarios
Customer Service Flow
Find customer information and view order history
Inventory Check Flow
Check item availability and find substitutes
Sales Assistant Flow
Get customer pricing and bulk availability
Advanced System Query
Direct IDO queries for advanced users
Documentation Hub
Comprehensive resources and references
OpenAPI Specification
Complete API spec in OpenAPI 3.1 format
Swagger 2.0 Spec
Legacy Swagger format for compatibility
MCP Metadata
Protocol version and capabilities
MCP Streamable OpenAPI
OpenAPI spec for Streamable HTTP
OAuth Discovery
OAuth 2.0 server metadata
GitHub Repository
Source code and issue tracker
ChatGPT OAuth Configuration
OAuth credentials for ChatGPT Custom GPT integration
••••••••••••••••
••••••••••••••••••••••••
These credentials are used for OAuth 2.0 authentication with ChatGPT Custom GPT Actions. Keep them secure and never share them publicly.
Server Health
Real-time server status and connectivity