6 months ago
A Model Context Protocol (MCP) server implementation that integrates with Onspring's API, allowing AI assistants to access and manipulate data stored in Onspring instances.
Tools
check-onspring-connection
get-apps
get-fields
get-records
get-reports
get-report-data
query-records
get-file
Server Config
{
"mcpServers": {
"onx-mcp-server": {
"command": "npx",
"args": [
"-y",
"@stevanfreeborn/onx-mcp-server"
],
"env": {
"ONSPRING_API_KEY": "your_onspring_api_key",
"ONSPRING_BASE_URL": "https://api.onspring.com"
}
}
}
}