SolonMcpSlsLogServer

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.

Evaluated Apr 04, 2026 (0d ago)
Repo ↗ Infrastructure mcp ai-agents sse log-management observability alibaba-sls java cursor
⚙ Agent Friendliness
41
/ 100
Can an agent use this?
🔒 Security
18
/ 100
Is it safe for agents?
⚡ Reliability
10
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
65
Documentation
55
Error Messages
0
Auth Simplicity
35
Rate Limits
0

🔒 Security

TLS Enforcement
10
Auth Strength
25
Scope Granularity
5
Dep. Hygiene
30
Secret Handling
20

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.

⚡ Reliability

Uptime/SLA
0
Version Stability
20
Breaking Changes
0
Error Recovery
20
AF Security Reliability

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.

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

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
No
Webhooks
No

Authentication

Methods: Example/illustrative filter-based auth via query parameter (e.g., ?user=admin)
OAuth: No Scopes: No

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

Free tier: No
Requires CC: No

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.

Agent Metadata

Pagination
none
Idempotent
False
Retry Guidance
Not documented

Known 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.

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for SolonMcpSlsLogServer.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-04-04.

8642
Packages Evaluated
17761
Need Evaluation
586
Need Re-evaluation
Community Powered