{"id":"shogo-ma-docbase-mcp-server","name":"docbase-mcp-server","homepage":null,"repo_url":"https://github.com/shogo-ma/docbase-mcp-server","category":"automation","subcategories":[],"tags":["mcp","docbase","go","api-integration","content-management","agent-tools"],"what_it_does":"Provides an MCP (Model Context Protocol) server for Docbase that supports basic post operations: search posts, get a post, and create a post.","use_cases":["Enable an AI agent to search and retrieve Docbase posts","Allow an agent workflow to create new Docbase posts","Integrate Docbase content access into MCP-based agent tooling"],"not_for":["High-volume production ingestion without additional reliability/error-handling guidance","Use cases requiring rich document management beyond the three listed operations","Organizations requiring documented rate-limit policies, SLAs, or compliance assurances from this MCP wrapper"],"best_when":"You need lightweight MCP access to Docbase posts and can supply DOCBASE API domain/token via environment variables.","avoid_when":"You require strong, documented security controls, rate-limit clarity, or well-specified MCP tool schemas/error contracts from the README alone.","alternatives":["Directly call Docbase’s own API (if available) instead of using an MCP wrapper","Use an MCP community connector specifically documented for Docbase with stronger interface contracts","Build a small custom MCP server around Docbase API endpoints to match your reliability/security requirements"],"af_score":38.0,"security_score":43.8,"reliability_score":13.8,"package_type":"mcp_server","discovery_source":["github"],"priority":"low","status":"evaluated","version_evaluated":null,"last_evaluated":"2026-04-04T19:39:37.286233+00:00","interface":{"has_rest_api":false,"has_graphql":false,"has_grpc":false,"has_mcp_server":true,"mcp_server_url":null,"has_sdk":false,"sdk_languages":[],"openapi_spec_url":null,"webhooks":false},"auth":{"methods":["Environment variable API token (DOCBASE_API_TOKEN)"],"oauth":false,"scopes":false,"notes":"Authentication appears to rely on a single Docbase API token provided via environment variables; the README does not describe scopes or fine-grained permissions."},"pricing":{"model":null,"free_tier_exists":false,"free_tier_limits":null,"paid_tiers":[],"requires_credit_card":false,"estimated_workload_costs":null,"notes":"No pricing information for the MCP server or Docbase API usage is provided in the supplied README."},"requirements":{"requires_signup":false,"requires_credit_card":false,"domain_verification":false,"data_residency":[],"compliance":[],"min_contract":null},"agent_readiness":{"af_score":38.0,"security_score":43.8,"reliability_score":13.8,"mcp_server_quality":45.0,"documentation_accuracy":35.0,"error_message_quality":0.0,"error_message_notes":null,"auth_complexity":75.0,"rate_limit_clarity":10.0,"tls_enforcement":30.0,"auth_strength":55.0,"scope_granularity":20.0,"dependency_hygiene":40.0,"secret_handling":70.0,"security_notes":"Transport security (HTTPS/TLS enforcement) is not stated in the README. Authentication uses an API token via environment variables, which is a reasonable baseline for secret handling, but the README provides no detail on token scope granularity or whether secrets are logged. Dependency and vulnerability hygiene cannot be assessed from the provided content.","uptime_documented":0.0,"version_stability":20.0,"breaking_changes_history":20.0,"error_recovery":15.0,"idempotency_support":"false","idempotency_notes":null,"pagination_style":"none","retry_guidance_documented":false,"known_agent_gotchas":["README only lists high-level features (search/get/create) without documenting MCP tool names, parameters, or pagination; agents may need to inspect the code to determine exact contracts","No documented retry/idempotency guidance for create operations; repeated calls could create duplicates if the underlying API is not idempotent","Rate limit behavior and backoff strategy are not described; agents may need to implement conservative throttling"]}}