MCP server for Platform-2Step API with human-in-the-loop confirmation
Project description
Platform-2Step MCP
MCP server that enables AI agents (Claude, GPT, etc.) to interact with AgendaPro's Platform API safely through a human-in-the-loop confirmation system.
Quick Start
# Install
uv pip install -e .
# Authenticate (one-time, interactive)
export PLATFORM_2STEPS_BFF_URL=https://ap-api.agendaprodev.com/platform-2steps-bff
platform-mcp-auth login
# Run server
platform-2step-mcp
Claude Desktop Setup
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"platform-2step": {
"command": "uvx",
"args": ["platform-2step-mcp"],
"env": {
"PLATFORM_2STEPS_BFF_URL": "https://ap-api.agendaprodev.com/platform-2steps-bff"
}
}
}
}
Documentation
For comprehensive documentation including:
- Architecture overview and authentication flows
- All available MCP tools with parameters
- API endpoints and operation flows
- Security rules and limits
- Development and debugging
See CLAUDE.md.
For shared documentation across the Platform MCP ecosystem, see the megarepo's docs/shared/ directory.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file platform_2step_mcp-0.2.0.tar.gz.
File metadata
- Download URL: platform_2step_mcp-0.2.0.tar.gz
- Upload date:
- Size: 91.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.1 {"installer":{"name":"uv","version":"0.10.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da509c4d912441e4020a33122f758a6947233a81cce2665cffeb94f20b72dd40
|
|
| MD5 |
bc67cb2241b7f359ea7bbcbc2ea84111
|
|
| BLAKE2b-256 |
de09a7a4aae52df110b4560fcee6a2ee3b01b938a092d9f15025fe2b55b65df3
|
File details
Details for the file platform_2step_mcp-0.2.0-py3-none-any.whl.
File metadata
- Download URL: platform_2step_mcp-0.2.0-py3-none-any.whl
- Upload date:
- Size: 42.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.1 {"installer":{"name":"uv","version":"0.10.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16738f350f581c68ac1daca005456cddf0d0cabd0dbbce66316a90ad7eca2b78
|
|
| MD5 |
8aa3e9b7048ad1c3cf4ef4e8a5fca482
|
|
| BLAKE2b-256 |
9ec6ee52421b6a6cdd571421cec2f95e3bd764eda45ec4a6962c4405b9eda3eb
|