simPRO
Trade Business for AI
Features
API Integration
Direct integration with the simPRO API for real-time data access.
Secure Access
Google OAuth and Bearer token authentication for secure API access.
Read & Search
List, search, and retrieve records with flexible query parameters.
Gateway Pattern
Efficient gateway tools that group related actions for streamlined AI access.
Edge Deployed
Runs on Cloudflare Workers for low-latency responses worldwide.
AI-Native
Built for Model Context Protocol — optimised for AI agent consumption.
Available Tools
How to Connect
Connection Details
claude mcp add --transport http simpro-mcp https://simpro.mcp.jezweb.ai/mcp
claude mcp add -s user --transport http simpro-mcp https://simpro.mcp.jezweb.ai/mcp
After adding, authenticate via the OAuth prompt in your terminal.
https://simpro.mcp.jezweb.ai/mcp
Add to your claude_desktop_config.json:
{
"mcpServers": {
"simpro-mcp": {
"url": "https://simpro.mcp.jezweb.ai/mcp"
}
}
}
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"simpro-mcp": {
"url": "https://simpro.mcp.jezweb.ai/mcp"
}
}
}
Add to VS Code settings:
{
"cline.mcpServers": {
"simpro-mcp": {
"url": "https://simpro.mcp.jezweb.ai/mcp"
}
}
}
Add to .continue/config.json:
{
"mcpServers": [
{
"name": "simpro-mcp",
"url": "https://simpro.mcp.jezweb.ai/mcp"
}
]
}
Add to Windsurf MCP settings:
{
"mcpServers": {
"simpro-mcp": {
"url": "https://simpro.mcp.jezweb.ai/mcp"
}
}
}
Add to opencode.json (project) or ~/.config/opencode/opencode.json (global):
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"simpro-mcp": {
"type": "remote",
"url": "https://simpro.mcp.jezweb.ai/mcp",
"enabled": true
}
}
}
Add to ~/.hermes/config.yaml under mcp_servers:
mcp_servers:
simpro-mcp:
url: "https://simpro.mcp.jezweb.ai/mcp"
Managed by Jezweb
This MCP server is built and managed by Jezweb. To discuss access, custom integrations, or your own MCP server requirements, get in touch with us.
Request AccessFrequently Asked Questions
Need a Custom MCP Server or AI Agent?
Jezweb builds custom MCP servers, AI agents, and business automation solutions. Whether you need API integrations, data pipelines, or AI-powered tools for your business, we can help.
Get in Touch