MCP Server
MCP
Samotpravil MCP
MCP server for Samotpravil API — docs, typed tools, Python SDK parity, safety flags.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "samotpravil-mcp",
"version": "1.8.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key for api.samotpravil.ru (Authorization header)",
"format": "string",
"isSecret": true,
"name": "SAMOTPRAVIL_API_KEY"
},
{
"description": "When true, block mutating HTTP methods except GET/HEAD",
"format": "string",
"name": "SAMOTPRAVIL_READ_ONLY"
},
{
"description": "When false, block send/package endpoints",
"format": "string",
"name": "SAMOTPRAVIL_ALLOW_SEND"
},
{
"description": "When false, block stop-list, domain, authkey and other mutating endpoints",
"format": "string",
"name": "SAMOTPRAVIL_ALLOW_MUTATIONS"
},
{
"description": "When false, disable the generic api_request tool",
"format": "string",
"name": "SAMOTPRAVIL_ALLOW_GENERIC_API"
},
{
"description": "Bind address for --http transport (default 127.0.0.1)",
"format": "string",
"name": "SAMOTPRAVIL_HTTP_HOST"
},
{
"description": "Postman API key for maintainer tools (postman_get_collection, postman_sync_snapshot, …)",
"format": "string",
"isSecret": true,
"name": "POSTMAN_API_KEY"
},
{
"description": "Postman collection UID for documentation (default 2s93RZM9in)",
"format": "string",
"name": "POSTMAN_COLLECTION_UID"
},
{
"description": "Bearer token required for HTTP transport when exposed beyond localhost",
"format": "string",
"isSecret": true,
"name": "SAMOTPRAVIL_HTTP_AUTH_TOKEN"
},
{
"description": "Port for --http transport (default 3000)",
"format": "string",
"name": "SAMOTPRAVIL_HTTP_PORT"
},
{
"description": "Documentation source: auto | live | snapshot",
"format": "string",
"name": "SAMOTPRAVIL_DOCS_MODE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment