{"id":"helloxmz-collab-solonmcpslslogserver","name":"SolonMcpSlsLogServer","homepage":null,"repo_url":"https://github.com/helloxmz-collab/SolonMcpSlsLogServer","category":"infrastructure","subcategories":[],"tags":["mcp","ai-agents","sse","log-management","observability","alibaba-sls","java","cursor"],"what_it_does":"Provides a Java-based MCP (Model Context Protocol) server (using Solon AI MCP) that exposes multiple SSE endpoints for tools, including an Alibaba Cloud SLS (Simple Log Service) log-query interface plus auxiliary endpoints for general tools, weather, prompt management, and resource management. Intended for integration with Cursor via MCP configuration.","use_cases":["Querying Alibaba Cloud SLS logstores and logs via MCP tools","Offering utility functions (calculator/string/time) to an AI agent via MCP","Exposing domain-specific endpoints (e.g., prompts/resources) to Cursor/agents","Building a local MCP tool hub for agent workflows and troubleshooting"],"not_for":["Production deployments that require strong, well-specified auth, audit trails, and strict operational guarantees without further hardening","Use as a public internet service without network-level protections and robust authentication/authorization","High-scale/high-throughput log analytics without considering pagination, rate limiting, and query cost controls"],"best_when":"You need a locally hosted MCP server to let an agent query SLS logs and call supporting tools through Cursor.","avoid_when":"You cannot implement and verify proper security controls (auth, input validation, network restrictions) before exposing endpoints beyond a trusted network.","alternatives":["Directly call Aliyun SLS APIs from the agent backend (no MCP layer)","Use other MCP servers or frameworks with stronger production-grade interfaces and security controls","Wrap SLS querying behind a dedicated REST API with OpenAPI + documented error formats and implement auth/rate limits there"],"af_score":41.0,"security_score":17.8,"reliability_score":10.0,"package_type":"mcp_server","discovery_source":["github"],"priority":"low","status":"evaluated","version_evaluated":null,"last_evaluated":"2026-04-04T19:59:21.858000+00:00","interface":{"has_rest_api":false,"has_graphql":false,"has_grpc":false,"has_mcp_server":true,"mcp_server_url":"http://localhost:9080/mcp/sse/<endpoint>","has_sdk":false,"sdk_languages":[],"openapi_spec_url":null,"webhooks":false},"auth":{"methods":["Example/illustrative filter-based auth via query parameter (e.g., ?user=admin)"],"oauth":false,"scopes":false,"notes":"README shows a simple Filter example that checks a request parameter and returns 401. It is presented as an added feature, not as a demonstrated secure default. No evidence of fine-grained authorization or token-based auth in the provided content."},"pricing":{"model":null,"free_tier_exists":false,"free_tier_limits":null,"paid_tiers":[],"requires_credit_card":false,"estimated_workload_costs":null,"notes":"No pricing model is described; this appears to be self-hosted software using external services (e.g., Aliyun SLS) which may incur their own costs."},"requirements":{"requires_signup":false,"requires_credit_card":false,"domain_verification":false,"data_residency":[],"compliance":[],"min_contract":null},"agent_readiness":{"af_score":41.0,"security_score":17.8,"reliability_score":10.0,"mcp_server_quality":65.0,"documentation_accuracy":55.0,"error_message_quality":0.0,"error_message_notes":null,"auth_complexity":35.0,"rate_limit_clarity":0.0,"tls_enforcement":10.0,"auth_strength":25.0,"scope_granularity":5.0,"dependency_hygiene":30.0,"secret_handling":20.0,"security_notes":"The README includes placeholders for Aliyun SLS access keys in application.yml and suggests using filters for basic auth, but does not show TLS-only enforcement, robust authentication/authorization, audit logging, input validation, or secrets-handling best practices (e.g., using a vault, avoiding logging secrets). SSE endpoints are configured over http://localhost by example; production TLS requirements are not specified.","uptime_documented":0.0,"version_stability":20.0,"breaking_changes_history":0.0,"error_recovery":20.0,"idempotency_support":"false","idempotency_notes":null,"pagination_style":"none","retry_guidance_documented":false,"known_agent_gotchas":["The endpoints are SSE URLs registered in Cursor mcp.json; incorrect URL paths/ports or missing/incorrect Cursor config will prevent tool discovery.","Timeout/connection settings are shown as configurable, but operational defaults and failure handling behavior are not documented in the provided README.","Log query parameters (time format, line/offset) must match expected formats; mismatches may lead to errors or empty results.","The sample auth mechanism is query-parameter based and may not be suitable for untrusted networks; treat it as illustrative unless hardened."]}}