|
| 1 | +{ |
| 2 | + "$schema": "../schemas/server-definition.schema.json", |
| 3 | + "id": "com.process-street-mcp", |
| 4 | + "name": "Process Street", |
| 5 | + "alias": "process-street", |
| 6 | + "description": "Connect AI clients to Process Street workflows, workflow runs, tasks, users, data sets, and operational records.", |
| 7 | + "logo": "https://avatars.githubusercontent.com/u/4595519?s=400&v=4", |
| 8 | + "schema_version": "2.1", |
| 9 | + "categories": ["productivity"], |
| 10 | + "tags": ["process-street", "workflows", "tasks", "workflow-automation", "operations"], |
| 11 | + "transport": { |
| 12 | + "type": "http", |
| 13 | + "url": "https://mcp.process.st/", |
| 14 | + "metadata": {"inputs": []} |
| 15 | + }, |
| 16 | + "auth": {"type": "oauth"}, |
| 17 | + "contributor": { |
| 18 | + "name": "Process Street", |
| 19 | + "github": "process-street", |
| 20 | + "url": "https://www.process.st/" |
| 21 | + }, |
| 22 | + "links": { |
| 23 | + "repository": "https://github.com/process-street/process-street-mcp", |
| 24 | + "homepage": "https://www.process.st/", |
| 25 | + "documentation": "https://www.process.st/help/docs/mcp-server/" |
| 26 | + }, |
| 27 | + "platforms": ["all"], |
| 28 | + "capabilities": { |
| 29 | + "tools": true, |
| 30 | + "resources": false, |
| 31 | + "prompts": false, |
| 32 | + "read_only_mode": false |
| 33 | + } |
| 34 | +} |
0 commit comments