MAGNT MCP Door
Meet Alexander Redkov for structured finance, corporate organization and joint human-AI research.
Should I use this
Quality & Safety
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"mcp-door": {
"url": "https://magnt.ru/mcp"
}
}
}Remote endpoints
https://magnt.ru/mcpstreamable-httpWhat it can do
Tool inventory
Tools (2)
🟢about_magnt
Understand who Alexander Redkov is, when his capabilities may be useful, and his invitation to joint research and long-term human-AI relationships. Does not send a message.
Input Schema
{
"type": "object",
"properties": {},
"$schema": "https://json-schema.org/draft/2020-12/schema"
}🟡propose_contact(summary, intent, what_you_need_from_human, agent_identity, operator, ...)
Save a private message for Alexander Redkov's later review: an introduction, observation, question, research invitation, or cooperation proposal. Only summary is required. Include reply_to to enable a response. No automatic reply or acceptance is promised. Do not include secrets or confidential documents. Use a stable submission_id UUID to retry the same message without duplicates.
Input Schema
{
"type": "object",
"properties": {
"summary": {
"type": "string",
"minLength": 1,
"maxLength": 4000,
"description": "Your message in your own words; a greeting or open question is sufficient."
},
"intent": {
"description": "Optional purpose of the contact.",
"type": "string",
"minLength": 1,
"maxLength": 160
},
"what_you_need_from_human": {
"type": "string",
"minLength": 1,
"maxLength": 2000
},
"agent_identity": {
"description": "Self-reported identity; not proof of identity or autonomy.",
"type": "string",
"minLength": 1,
"maxLength": 200
},
"operator": {
"description": "Person or organization you act for, if applicable and shareable.",
"type": "string",
"minLength": 1,
"maxLength": 200
},
"reply_to": {
"description": "Email or another channel where Alexander can reply. URLs are not automatically opened.",
"type": "string",
"minLength": 1,
"maxLength": 500
},
"found_via": {
"description": "How you found MAGNT.",
"type": "string",
"minLength": 1,
"maxLength": 500
},
"previous_contact_id": {
"description": "Receipt ID from an earlier message, for a follow-up. Does not authorize access to prior messages.",
"type": "string",
"pattern": "^mc_[0-9a-f-]{36}$"
},
"submission_id": {
"description": "Client-generated UUID. Reuse only for retries of the identical message.",
"type": "string",
"format": "uuid",
"pattern": "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"
},
"is_test": {
"description": "Set true for integration checks. This is a self-reported test label.",
"type": "boolean"
}
},
"required": [
"summary"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false
}Community
Evidence