← openmandate.ai
INDIVIDUAL MCP TOOL
openmandate_submit_answers
Submit the user's answers to pending intake questions.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.openmandate]
url = "https://mcp.openmandate.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"openmandate": {
"type": "http",
"url": "https://mcp.openmandate.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: openmandate
Remote MCP URL: https://mcp.openmandate.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"openmandate": {
"url": "https://mcp.openmandate.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"openmandate": {
"type": "http",
"url": "https://mcp.openmandate.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "openmandate",
"transport": "streamable-http",
"url": "https://mcp.openmandate.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
openmandate_create_mandate— Create a new mandate on OpenMandate.openmandate_get_mandate— Get a mandate by ID.openmandate_list_mandates— List the user's open mandates.openmandate_close_mandate— Close (withdraw) a mandate.openmandate_list_matches— List matches for the authenticated user.openmandate_get_match— Get detailed information about a specific match, including compatibility grade, strengths, concerns, and — if both parties accepted — the counterparty's contact information.openmandate_respond_to_match— Accept or decline a match.openmandate_submit_outcome— Report how a confirmed match went.