AI Social Data MCP
MCP server that provides AI agents with access to public social media data, including hot lists, searches, content details, user profiles, posts, and comments from platforms like Douyin, Xiaohongshu, Bilibili, and Weibo.
Block For Production
trustsnap_434112634aac3a2f.- Utility Coverage
- Step Up Auth
- Resource Contract
- Align MCP-Protocol-Version, MCP-Session-Id, DELETE teardown, and expired-session handling with the transport spec.
- Serve /.well-known/oauth-protected-resource and point it at your authorization server metadata.
- Publish /.well-known/oauth-authorization-server from your issuer and include registration endpoint when supported.
- No segmented attention signals observed in the current window.
Dispute this assessment
If any published claim about this server -- its score, a risk flag, a capability classification, or its taxonomy -- is factually wrong, tell us what evidence shows and we will review it. This does not require claiming or verifying ownership of the server first.
Verify responds to disputes within 5 business days and resolves them within 15.
Dispute history
No disputes filed for this server.
Risks
Security posture
Tool capability & risk inventory
| Tool | Capabilities | Risk | Findings | Notes | Evidence |
|---|---|---|---|---|---|
get_hot_list |
read | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"read"
],
"input_schema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"default": 20,
"description": "\u8fd4\u56de\u6761\u6570\uff0c\u9ed8\u8ba4 20\u3002",
"maximum": 50,
"minimum": 1,
"type": "integer"
},
"platform": {
"description": "\u5e73\u53f0\uff0c\u5f53\u524d\u652f\u6301 douyin\u3002",
"enum": [
"douyin"
],
"type": "string"
}
},
"required": [
"platform"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
social_search |
read export | Low | bulk data access | Safeguards hinted in metadata. |
Schema & evidence{
"annotations": {},
"capabilities": [
"read",
"export"
],
"input_schema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"count": {
"default": 10,
"description": "\u5f53\u524d\u9875\u671f\u671b\u6761\u6570\uff1b\u4e0d\u662f\u7528\u6237\u8981\u6c42\u7684\u603b\u91cf\u3002",
"maximum": 50,
"minimum": 1,
"type": "integer"
},
"cursor": {
"description": "\u4e0a\u4e00\u9875 pagination.next_cursor\uff1b\u81ea\u52a8\u7ffb\u9875\u65f6\u539f\u6837\u4f20\u56de\u3002",
"type": "string"
},
"platform": {
"description": "\u8981\u641c\u7d22\u7684\u5e73\u53f0\u3002",
"enum": [
"douyin"
],
"type": "string"
},
"query": {
"description": "\u641c\u7d22\u5173\u952e\u8bcd\u3002",
"maxLength": 200,
"minLength": 1,
"type": "string"
},
"search_context": {
"description": "\u4e0a\u4e00\u9875\u8fd4\u56de\u7684 opaque search_context\uff1b\u5185\u5bb9\u641c\u7d22\u7ffb\u9875\u65f6\u539f\u6837\u4f20\u56de\u3002",
"type": "string"
},
"search_id": {
"description": "\u4e0a\u4e00\u9875\u8fd4\u56de\u7684 search_id\uff1b\u5185\u5bb9\u641c\u7d22\u7ffb\u9875\u65f6\u539f\u6837\u4f20\u56de\u3002",
"type": "string"
},
"type": {
"default": "content",
"description": "\u641c\u7d22\u5185\u5bb9\u6216\u7528\u6237\u3002",
"enum": [
"content",
"user"
],
"type": "string"
},
"verbosity": {
"default": "standard",
"description": "standard \u8fd4\u56de\u9002\u5408 Agent \u7684\u8be6\u7ec6\u7ed3\u6784\uff1bfull \u8fd4\u56de\u4e0a\u6e38\u5b8c\u6574\u539f\u59cb\u6570\u636e\u3002",
"enum": [
"standard",
"full"
],
"type": "string"
}
},
"required": [
"platform",
"query"
],
"type": "object"
},
"risk_flags": [
"bulk_data_access"
]
}
Dispute this classification
|
get_content_detail |
read | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"read"
],
"input_schema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"content_id": {
"description": "\u89c6\u9891\u3001\u7b14\u8bb0\u6216\u5e16\u5b50\u7684\u5185\u5bb9 ID\u3002",
"minLength": 1,
"type": "string"
},
"platform": {
"description": "\u5185\u5bb9\u6240\u5c5e\u5e73\u53f0\u3002",
"enum": [
"douyin",
"xhs",
"bilibili",
"weibo"
],
"type": "string"
},
"share_text": {
"description": "\u5e73\u53f0\u5206\u4eab\u6587\u6848\u6216\u5206\u4eab\u94fe\u63a5\u3002",
"maxLength": 2000,
"minLength": 1,
"type": "string"
},
"verbosity": {
"default": "standard",
"description": "standard \u8fd4\u56de\u9002\u5408 Agent \u7684\u8be6\u7ec6\u7ed3\u6784\uff1bfull \u8fd4\u56de\u4e0a\u6e38\u5b8c\u6574\u539f\u59cb\u6570\u636e\u3002",
"enum": [
"standard",
"full"
],
"type": "string"
}
},
"required": [
"platform"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
get_user_profile |
read | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"read"
],
"input_schema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"platform": {
"description": "\u7528\u6237\u6240\u5c5e\u5e73\u53f0\u3002",
"enum": [
"douyin",
"xhs",
"weibo",
"bilibili"
],
"type": "string"
},
"sec_user_id": {
"description": "\u6296\u97f3 sec_user_id\u3002",
"minLength": 1,
"type": "string"
},
"share_text": {
"description": "\u7528\u6237\u4e3b\u9875\u5206\u4eab\u6587\u6848\u6216\u94fe\u63a5\u3002",
"maxLength": 2000,
"minLength": 1,
"type": "string"
},
"user_id": {
"description": "\u5e73\u53f0\u7528\u6237 ID\u3002",
"minLength": 1,
"type": "string"
},
"verbosity": {
"default": "standard",
"description": "standard \u8fd4\u56de\u9002\u5408 Agent \u7684\u8be6\u7ec6\u7ed3\u6784\uff1bfull \u8fd4\u56de\u4e0a\u6e38\u5b8c\u6574\u539f\u59cb\u6570\u636e\u3002",
"enum": [
"standard",
"full"
],
"type": "string"
}
},
"required": [
"platform"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
get_user_posts |
read export | Low | bulk data access | Safeguards hinted in metadata. |
Schema & evidence{
"annotations": {},
"capabilities": [
"read",
"export"
],
"input_schema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"count": {
"default": 12,
"description": "\u671f\u671b\u8fd4\u56de\u6761\u6570\u3002",
"maximum": 50,
"minimum": 1,
"type": "integer"
},
"cursor": {
"description": "\u4e0a\u4e00\u9875 pagination.next_cursor\uff1b\u81ea\u52a8\u7ffb\u9875\u65f6\u539f\u6837\u4f20\u56de\u3002",
"type": "string"
},
"platform": {
"description": "\u7528\u6237\u6240\u5c5e\u5e73\u53f0\u3002",
"enum": [
"douyin",
"xhs"
],
"type": "string"
},
"sec_user_id": {
"description": "\u6296\u97f3 sec_user_id\u3002",
"minLength": 1,
"type": "string"
},
"share_text": {
"description": "\u7528\u6237\u4e3b\u9875\u5206\u4eab\u6587\u6848\u6216\u94fe\u63a5\u3002",
"maxLength": 2000,
"minLength": 1,
"type": "string"
},
"user_id": {
"description": "\u5e73\u53f0\u7528\u6237 ID\u3002",
"minLength": 1,
"type": "string"
},
"verbosity": {
"default": "standard",
"description": "standard \u8fd4\u56de\u9002\u5408 Agent \u7684\u8be6\u7ec6\u7ed3\u6784\uff1bfull \u8fd4\u56de\u4e0a\u6e38\u5b8c\u6574\u539f\u59cb\u6570\u636e\u3002",
"enum": [
"standard",
"full"
],
"type": "string"
}
},
"required": [
"platform"
],
"type": "object"
},
"risk_flags": [
"bulk_data_access"
]
}
Dispute this classification
|
get_comments |
read export | Low | bulk data access | Safeguards hinted in metadata. |
Schema & evidence{
"annotations": {},
"capabilities": [
"read",
"export"
],
"input_schema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"comment_id": {
"description": "\u8bfb\u53d6\u4e8c\u7ea7\u8bc4\u8bba\u65f6\u4f7f\u7528\u7684\u7236\u8bc4\u8bba ID\u3002",
"minLength": 1,
"type": "string"
},
"content_id": {
"description": "\u5185\u5bb9 ID\u3002",
"minLength": 1,
"type": "string"
},
"count": {
"default": 10,
"description": "\u5f53\u524d\u9875\u8fd4\u56de\u6761\u6570\uff0c\u6700\u5927 30\uff1b\u4e0d\u662f\u603b\u91c7\u96c6\u91cf\u3002",
"maximum": 30,
"minimum": 1,
"type": "integer"
},
"cursor": {
"description": "\u4e0a\u4e00\u9875 pagination.next_cursor\uff1b\u81ea\u52a8\u7ffb\u9875\u65f6\u539f\u6837\u4f20\u56de\u3002",
"type": "string"
},
"level": {
"default": "root",
"description": "root \u4e3a\u4e00\u7ea7\u8bc4\u8bba\uff0csub \u4e3a\u4e8c\u7ea7\u8bc4\u8bba\u3002",
"enum": [
"root",
"sub"
],
"type": "string"
},
"order": {
"default": "like",
"description": "Bilibili \u8bc4\u8bba\u6392\u5e8f\uff1b\u5176\u4ed6\u5e73\u53f0\u5ffd\u7565\u3002",
"enum": [
"like",
"time"
],
"type": "string"
},
"platform": {
"description": "\u5185\u5bb9\u6240\u5c5e\u5e73\u53f0\u3002",
"enum": [
"douyin",
"xhs",
"bilibili"
],
"type": "string"
},
"share_text": {
"description": "\u5185\u5bb9\u5206\u4eab\u6587\u6848\u6216\u94fe\u63a5\u3002",
"maxLength": 2000,
"minLength": 1,
"type": "string"
},
"verbosity": {
"default": "standard",
"description": "standard \u8fd4\u56de\u9002\u5408 Agent \u7684\u8be6\u7ec6\u7ed3\u6784\uff1bfull \u8fd4\u56de\u4e0a\u6e38\u5b8c\u6574\u539f\u59cb\u6570\u636e\u3002",
"enum": [
"standard",
"full"
],
"type": "string"
}
},
"required": [
"platform"
],
"type": "object"
},
"risk_flags": [
"bulk_data_access"
]
}
Dispute this classification
|
Write-action governance
Status detail: No unsafe write-action governance gaps detected on the latest validation.
| Tool | Risk | Flags | Safeguards |
|---|---|---|---|
| No high-risk tools were detected on the latest run. | |||
Recommended runtime policy
No policy blockers under the default policy stance.
Action-controls diff
New actions
| Action | Risk | Flags |
|---|---|---|
| No newly added actions. | ||
Changed actions
| Action | Change types | Risk |
|---|---|---|
| No materially changed actions. | ||
Critical alerts
Compatibility
Client readiness verdicts
Client compatibility only means the server shape can work with a client. Production trust decision and write-action publishing are evaluated separately so a client-compatible server can still be blocked for production.
Evidence provenance
initialize• OKtools_list• OKtransport_compliance_probe• Warningstep_up_auth_probe• Missingconnector_replay_probe• OK — Frozen tool snapshots must survive refresh.request_association_probe• Missing — Roots, sampling, and elicitation should stay request-scoped.
Evidence provenance
initialize• OKtools_list• OKtransport_compliance_probe• Warning
Evidence provenance
action_safety_probe• OK
Evidence provenance
tool_snapshot_probe• OKconnector_replay_probe• OK
Client readiness gate details
Remediation checklist
- Add OAuth-based authentication for remote connector auth.
- Support dynamic client registration (DCR) to simplify connector setup.
- Document step-up auth requirements in a connector-friendly way.
- Improve OAuth interoperability -- see the OAuth Interop score breakdown.
- Configure OAuth for authenticated remote MCP access.
- Remove export, bulk, mutating, and high-blast-radius exposure before certifying company-knowledge use.
Remediation checklist
- Configure OAuth for authenticated remote MCP access.
- Remove export, bulk, mutating, and high-blast-radius exposure before certifying company-knowledge use.
- Satisfy OAuth, compatibility, and connector-refresh requirements before using the Messages API remote MCP path.
- Resolve transport compliance issues before wider client rollout.
Remediation checklist
- Add a clearer auth boundary around risky write actions.
- Add confirmation or dry-run semantics for the risky tools named in the action-safety evidence.
- Resolve the blocking production-readiness verdict before treating this as write-safe.
Verdict traces
- No active alert triggers.
Client verdict trace table
| Verdict | Status | Checks | Winning source | Conflicts |
|---|---|---|---|---|
openai_connectors |
Not client-compatible | initialize, tools_list, transport_compliance_probe, step_up_auth_probe, connector_replay_probe, request_association_probe | live_validation | none |
claude_desktop |
Not client-compatible | initialize, tools_list, transport_compliance_probe | live_validation | none |
unsafe_for_write_actions |
Publishing blocked | action_safety_probe | live_validation | none |
snapshot_churn_risk |
Low | tool_snapshot_probe, connector_replay_probe | history | none |
Publishability policy profiles
- Search Fetch Only: Yes
- Write Actions Present: No
- Oauth Configured: No
- Admin Refresh Required: No
- Safe For Company Knowledge: No
- Safe For Messages Api Remote Mcp: No
- Search Fetch Only: Yes
- Write Actions Present: No
- Oauth Configured: No
- Admin Refresh Required: No
- Safe For Company Knowledge: No
- Safe For Messages Api Remote Mcp: No
Compatibility fixtures
- remote_http_endpoint: Passes
- oauth_discovery: Degraded
- frozen_tool_snapshot_refresh: Passes
- request_association: Not Assessed
- remote_transport: Passes
- tool_discovery: Passes
- auth_connect: Passes
- safe_write_review: Degraded
Recommended for
Evidence
Current trust snapshot
trustsnap_434112634aac3a2fCanonical machine links
Evidence confidence
Latest validation evidence
Failures
oauth_authorization_serverno authorization serveroauth_protected_resourceNon-MCP content type: text/htmlopenid_configurationno authorization serverserver_cardNon-MCP content type: text/html
Checks
| Check | Status | Latency | Evidence |
|---|---|---|---|
action_safety_probe |
OK | n/a | 3 bulk-access, non-read capabilities: export tool(s); no clear auth boundary; safeguards=3; confirmation=none. |
advanced_capabilities_probe |
Missing | n/a | No advanced MCP capability signals detected. |
connector_publishability_probe |
Warning | n/a | Publishability blockers: protocol version, session resume, step up auth, transport compliance, +2 more. |
connector_replay_probe |
OK | n/a | Backward compatible with no breaking tool-surface changes. |
determinism_probe |
OK | 632.3 ms | Check completed |
initialize |
OK | 875.9 ms | Protocol 2025-03-26 |
instruction_tool_reference_probe |
OK | n/a | Check completed |
interactive_flow_probe |
Missing | n/a | Check completed |
oauth_authorization_server |
Missing | n/a | no authorization server |
oauth_protected_resource |
Error | 627.2 ms | Non-MCP content type: text/html |
official_registry_probe |
Missing | n/a | Check completed |
openid_configuration |
Missing | n/a | no authorization server |
probe_noise_resilience |
OK | 939.8 ms | Fetched https://www.aisocialdata.xyz/robots.txt |
prompt_get |
Missing | n/a | not advertised |
prompts_list |
Missing | 636.2 ms | not supported |
protocol_version_probe |
Warning | n/a | Claims 2025-03-26; 2 release(s) behind 2025-11-25. |
provenance_divergence_probe |
Not_Assessed | n/a | Check completed |
request_association_probe |
Missing | n/a | No request-association capabilities were advertised. |
resource_read |
Missing | n/a | not advertised |
resources_list |
Missing | 596.9 ms | not supported |
schema_divergence_probe |
Missing | n/a | no server card tools |
server_card |
Error | 201.5 ms | Non-MCP content type: text/html |
session_resume_probe |
Warning | n/a | no session id |
step_up_auth_probe |
Missing | n/a | No OAuth or incremental-scope signals detected. |
tool_snapshot_probe |
OK | n/a | Check completed |
tools_list |
OK | 623.2 ms | 6 tool(s) exposed |
transport_compliance_probe |
Warning | 630.3 ms | Issues: missing session id, missing protocol header (bad protocol=400). |
utility_coverage_probe |
Missing | 212.3 ms | No completions evidence; no pagination evidence; tasks missing. |
Known versions
- No versions recorded.
Public server reputation
Benchmark tasks
| Benchmark task | Status | Evidence |
|---|---|---|
| Discover tools | Passes |
|
| Read-only fetch flow | Degraded |
|
| OAuth-required connect | Degraded |
|
| Safe write flow with confirmation | Degraded |
|
Utility coverage
Tool snapshot diff & changelog
Required-argument changes
| Tool | Added required args | Removed required args |
|---|---|---|
| No required-argument changes detected. | ||
Output-schema drift
| Tool | Previous properties | Latest properties |
|---|---|---|
| No output-schema drift detected. | ||
Validation diff
Regressed checks: none
Improved checks: none
Newly assessed dimensions: none
No longer assessed dimensions: none
| Component | Previous | Latest | Delta |
|---|---|---|---|
| No component deltas between the latest two runs. | |||
Registry & provenance divergence
Active alerts
No active alerts for the current server state.
Aliases & registry graph
| Identifier | Source | Canonical | Identity evidence | Score |
|---|---|---|---|---|
yy-MAX-HUB/feedsonar-mcp |
glama_registry | yes | canonical | 57.3 |
Alias consolidation
Strong alias identity requires matching remote URL, server-card URL, repository slug, or explicit registry cross-reference; shared provider namespace alone is not identity.
Source disagreements
| Field | What differs | Observed values |
|---|---|---|
| No source disagreements detected. | ||
Fix it
Why this score?
Algorithmic score breakdown
1 component(s) not assessed for this run: Provenance Divergence
Experimental candidate components
Actionable remediation
| Severity | Remediation | Why it matters | Recommended action |
|---|---|---|---|
| High | Align session and protocol behavior with Streamable HTTP expectations | Clients increasingly rely on MCP-Protocol-Version, session teardown, and expired-session semantics. | Align MCP-Protocol-Version, MCP-Session-Id, DELETE teardown, and expired-session handling with the transport spec.Playbook
|
| High | Expose /.well-known/oauth-protected-resource | Without a protected-resource document, OAuth clients cannot discover auth requirements reliably. | Serve /.well-known/oauth-protected-resource and point it at your authorization server metadata.Playbook
|
| High | Publish OAuth authorization-server metadata | Clients need authorization-server metadata to discover issuer, endpoints, and DCR support. | Publish /.well-known/oauth-authorization-server from your issuer and include registration_endpoint when supported.Playbook
|
| High | Publish a complete server card | Missing or incomplete server-card metadata weakens discovery, documentation, and trust signals. | Serve /.well-known/mcp/server-card.json and include tools, prompts/resources, homepage, and support links.Playbook
|
| Medium | Adopt a current MCP protocol revision | Older protocol revisions reduce compatibility with newer clients and registry programs. | Advertise a current MCP protocol revision (2025-06-18 or later) in both the initialize response and the MCP-Protocol-Version header.Playbook
|
| Medium | Close connector-publishing gaps | Connector catalogs care about protocol recency, session behavior, auth clarity, and tool-surface stability. | Resolve every blocker named by connector_publishability_probe, then rerun it before submitting or refreshing a connector listing.Playbook
|
| Medium | Document minimal scopes and return cleaner auth challenges | Modern clients expect granular scopes and step-up auth signals such as WWW-Authenticate scope hints. | Return granular scopes and WWW-Authenticate challenge hints instead of forcing overly broad auth upfront.Playbook
|
| Medium | Publish OpenID configuration | OIDC metadata improves token validation and client compatibility. | Expose /.well-known/openid-configuration with issuer, jwks_uri, and supported grants.Playbook
|
| Medium | Raise Adoption & Market score | Adoption clues and public evidence that the server is intended for external use. | Increase external documentation and directory coverage so users can discover and evaluate the server. |
| Medium | Support resumable HTTP sessions cleanly | Modern MCP clients increasingly expect resumable session behavior on streamable HTTP transports. | Persist session state keyed by Mcp-Session-Id and honor Last-Event-ID on GET reconnects so clients can resume a dropped Streamable HTTP session.Playbook
|
| Low | Expose modern utility surfaces like completions, pagination, or tasks | Utility coverage improves interoperability with larger clients and long-lived agent workflows. | Expose completions, pagination, and task metadata where supported so larger clients can plan and resume work safely.Playbook
|
| Low | Publish newer MCP capability signals | Roots, sampling, elicitation, structured outputs, and related metadata improve client understanding and ranking. | Advertise only the advanced capabilities (roots, sampling, elicitation) you have actually implemented end to end in the initialize capabilities object.Playbook
|
| Low | Publish or reconcile the server in the official MCP registry | Official registry presence improves discovery confidence and cross-source consistency. | Create or update the official MCP registry entry with the canonical MCP endpoint and matching repository metadata, then rerun official_registry_probe.Playbook
|
Point loss breakdown
| Component | Current | Points missing |
|---|---|---|
| Utility Coverage | 0/4 | -4.0 |
| Step-Up Auth | 0/4 | -4.0 |
| Resource Contract | 0/4 | -4.0 |
| Request Association | 0/4 | -4.0 |
| Recovery Semantics | 0/4 | -4.0 |
| Prompt Contract | 0/4 | -4.0 |
| OAuth Interop | 0/4 | -4.0 |
| Interactive Flow Safety | 0/4 | -4.0 |
| Supply Chain Signal | 0/4 | -4.0 |
| Advanced Capability Coverage | 0/4 | -4.0 |
| Trust Confidence | 2/4 | -2.0 |
| Transport Compliance | 2/4 | -2.0 |
Technical compatibility profiles
These scores measure technical client compatibility only. Client publishability and production readiness are evaluated separately against policy, transport, and write-surface blockers.
Connector URL: https://www.aisocialdata.xyz/mcp # No OAuth metadata detected. # Server: yy-MAX-HUB/feedsonar-mcp
{
"mcpServers": {
"feedsonar-mcp": {
"command": "npx",
"args": ["mcp-remote", "https://www.aisocialdata.xyz/mcp"]
}
}
}
smithery mcp add "https://www.aisocialdata.xyz/mcp"
curl -sS https://www.aisocialdata.xyz/mcp -H 'content-type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"mcp-verify","version":"0.1.0"}}}'
Governance
MCP TrustOps
TrustOps turns this report into operational controls: validation targets and SLAs, authenticated validation, semantic benchmarks, policy exports, alert subscriptions, badges, cost/compliance metadata, and runtime routing. Fresh trusted index decisions stay separate from long-tail inventory so stale scores do not masquerade as current evidence.
/v1/decideAlert subscription types
MCP Runtime hosting
Verify Hosted MCP turns a trusted server report into a managed remote MCP endpoint with GitHub deployment provenance, sandbox policy, encrypted secrets, release history, rollback, and audit/usage events.
/hosted/{namespace}/{name}/mcp| Deployment | Status | Endpoint | Release |
|---|---|---|---|
| No hosted runtime deployments yet. | |||
Authenticated validation sessions
Public validation is free. Authenticated validation is paid and proves scoped behavior, write-action safeguards, and authenticated tool execution.
/v1/verify/v1/ci/previewInstall snippets
Connector URL: https://www.aisocialdata.xyz/mcp # No OAuth metadata detected. # Server: yy-MAX-HUB/feedsonar-mcp
{
"mcpServers": {
"feedsonar-mcp": {
"command": "npx",
"args": ["mcp-remote", "https://www.aisocialdata.xyz/mcp"]
}
}
}
smithery mcp add "https://www.aisocialdata.xyz/mcp"
curl -sS https://www.aisocialdata.xyz/mcp -H 'content-type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"mcp-verify","version":"0.1.0"}}}'
Agent access & tool surface
tools/list, prompts/list, and resources/list checks.yy-MAX-HUB/feedsonar-mcp.History
Validation history
| Timestamp | Status | Score | Latency | Tools |
|---|---|---|---|---|
| Aug 15, 2026 03:57:48 PM UTC | Healthy | 57.3 | 6760.5 ms | 6 |
| Aug 15, 2026 03:53:30 AM UTC | Healthy | 57.3 | 6730.5 ms | 6 |
| Aug 14, 2026 03:52:02 PM UTC | Healthy | 57.8 | 8789.2 ms | 6 |
| Aug 14, 2026 03:20:37 AM UTC | Healthy | 57.3 | 6659.5 ms | 6 |
| Aug 14, 2026 12:35:22 AM UTC | Healthy | 56.8 | 6909.2 ms | 6 |
| Aug 13, 2026 12:34:56 PM UTC | Healthy | 53.1 | 6758.1 ms | 6 |
Validation timeline
| Validated | Summary | Score | Protocol | Auth mode | Tools | High-risk tools | Changes |
|---|---|---|---|---|---|---|---|
| Aug 15, 2026 03:57:48 PM UTC | Healthy | 57.3 | 2025-03-26 | public | 6 | 0 | none |
| Aug 15, 2026 03:53:30 AM UTC | Healthy | 57.3 | 2025-03-26 | public | 6 | 0 | none |
| Aug 14, 2026 03:52:02 PM UTC | Healthy | 57.8 | 2025-03-26 | public | 6 | 0 | none |
| Aug 14, 2026 03:20:37 AM UTC | Healthy | 57.3 | 2025-03-26 | public | 6 | 0 | none |
| Aug 14, 2026 12:35:22 AM UTC | Healthy | 56.8 | 2025-03-26 | public | 6 | 0 | none |
| Aug 13, 2026 12:34:56 PM UTC | Healthy | 53.1 | 2025-03-26 | public | 6 | 0 | none |
Recent validation runs
| Started | Status | Summary | Latency | Checks |
|---|---|---|---|---|
| Aug 15, 2026 03:57:42 PM UTC | Completed | Healthy | 6760.5 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, instruction_tool_reference_probe, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
| Aug 15, 2026 03:53:23 AM UTC | Completed | Healthy | 6730.5 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, instruction_tool_reference_probe, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
| Aug 14, 2026 03:51:53 PM UTC | Completed | Healthy | 8789.2 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, instruction_tool_reference_probe, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
| Aug 14, 2026 03:20:30 AM UTC | Completed | Healthy | 6659.5 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, instruction_tool_reference_probe, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
| Aug 14, 2026 12:35:15 AM UTC | Completed | Healthy | 6909.2 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
| Aug 13, 2026 12:34:49 PM UTC | Completed | Healthy | 6758.1 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
Incident & change feed
| Timestamp | Event | Details |
|---|---|---|
| Aug 15, 2026 03:57:48 PM UTC | Latest validation: healthy | Score 57.3 with status healthy. |
| Aug 15, 2026 03:53:30 AM UTC | Score changed | Score delta -0.5 versus the previous run. |
| Aug 14, 2026 03:52:02 PM UTC | Score changed | Score delta +0.5 versus the previous run. |
Technical details
Raw evidence view
Show raw JSON evidence
{
"checks": {
"action_safety_probe": {
"details": {
"auth_present": false,
"confirmation_signals": [],
"reason": null,
"safeguard_count": 3,
"summary": {
"annotation_conflict_tools": 0,
"bulk_access_tools": 3,
"capability_distribution": {
"export": 3,
"read": 6
},
"declared_non_read_only_tools": 0,
"destructive_tools": 0,
"egress_tools": 0,
"exec_tools": 0,
"has_mutating_capability": false,
"has_non_read_capability": true,
"high_risk_tools": 0,
"risk_distribution": {
"critical": 0,
"high": 0,
"low": 6,
"medium": 0
},
"secret_tools": 0,
"tool_count": 6
}
},
"latency_ms": null,
"status": "ok"
},
"advanced_capabilities_probe": {
"details": {
"capabilities": {
"completions": false,
"elicitation": false,
"prompts": false,
"resource_links": false,
"resources": false,
"roots": false,
"sampling": false,
"structured_outputs": false
},
"enabled": [],
"enabled_count": 0,
"initialize_capability_keys": [
"tools"
]
},
"latency_ms": null,
"status": "missing"
},
"connector_publishability_probe": {
"details": {
"blockers": [
"protocol_version",
"session_resume",
"step_up_auth",
"transport_compliance",
"request_association",
"server_card"
],
"criteria": {
"action_safety": true,
"auth_flow": true,
"connector_replay": true,
"initialize": true,
"protocol_version": false,
"remote_transport": true,
"request_association": false,
"server_card": false,
"session_resume": false,
"step_up_auth": false,
"tool_surface": true,
"tools_list": true,
"transport_compliance": false
},
"high_risk_tools": 0,
"tool_count": 6,
"transport": "streamable-http"
},
"latency_ms": null,
"status": "warning"
},
"connector_replay_probe": {
"details": {
"added_tools": [],
"additive_output_changes": [],
"backward_compatible": true,
"output_breaks": [],
"removed_tools": [],
"required_arg_breaks": [],
"would_break_after_refresh": false
},
"latency_ms": null,
"status": "ok"
},
"determinism_probe": {
"details": {
"attempts": 2,
"baseline_signature": "b9a6000920a39d36390c9d451772f63e644335dcaa37f8d18a53eede038c86f7",
"errors": [],
"matches": 2,
"stable_ratio": 1.0,
"successful": 2
},
"latency_ms": 632.32,
"status": "ok"
},
"initialize": {
"details": {
"headers": {
"content-type": "text/event-stream"
},
"http_status": 200,
"payload": {
"id": 1,
"jsonrpc": "2.0",
"result": {
"capabilities": {
"tools": {
"listChanged": true
}
},
"protocolVersion": "2025-03-26",
"serverInfo": {
"name": "feedsonar",
"version": "0.2.0"
}
}
},
"url": "https://www.aisocialdata.xyz/mcp"
},
"latency_ms": 875.92,
"status": "ok"
},
"instruction_tool_reference_probe": {
"details": {
"missing_tools": [],
"observed_tool_count": 6,
"referenced_tools": []
},
"latency_ms": null,
"status": "ok"
},
"interactive_flow_probe": {
"details": {
"oauth_supported": false,
"prompt_available": false,
"risk_hits": [],
"safe_hits": []
},
"latency_ms": null,
"status": "missing"
},
"oauth_authorization_server": {
"details": {
"reason": "no_authorization_server"
},
"latency_ms": null,
"status": "missing"
},
"oauth_protected_resource": {
"details": {
"error": "Non-MCP content type: text/html",
"non_mcp_content_type": "text/html",
"url": "https://www.aisocialdata.xyz/.well-known/oauth-protected-resource"
},
"latency_ms": 627.19,
"status": "error"
},
"official_registry_probe": {
"details": {
"direct_match": false,
"official_peer_count": 0,
"registry_source": "glama_registry"
},
"latency_ms": null,
"status": "missing"
},
"openid_configuration": {
"details": {
"reason": "no_authorization_server"
},
"latency_ms": null,
"status": "missing"
},
"probe_noise_resilience": {
"details": {
"consent_error": null,
"headers": {
"content-type": "text/html"
},
"http_status": 200,
"url": "https://www.aisocialdata.xyz/robots.txt",
"validation_disallowed": false
},
"latency_ms": 939.83,
"status": "ok"
},
"prompt_get": {
"details": {
"reason": "not_advertised"
},
"latency_ms": null,
"status": "missing"
},
"prompts_list": {
"details": {
"headers": {
"content-type": "text/event-stream"
},
"http_status": 200,
"payload": {
"error": {
"code": -32601,
"message": "Method not found"
},
"id": 3,
"jsonrpc": "2.0"
},
"reason": "not_supported",
"url": "https://www.aisocialdata.xyz/mcp"
},
"latency_ms": 636.22,
"status": "missing"
},
"protocol_version_probe": {
"details": {
"claimed_version": "2025-03-26",
"lag_days": 244,
"latest_known_version": "2025-11-25",
"releases_behind": 2,
"validator_protocol_version": "2025-03-26"
},
"latency_ms": null,
"status": "warning"
},
"provenance_divergence_probe": {
"details": {
"comparable_field_count": 0,
"compared_fields": [
"title",
"version",
"homepage",
"repository"
],
"direct_official_match": false,
"drift_fields": [],
"metadata_document_count": 1,
"readable_sources": [],
"registry_homepage": null,
"registry_repository": null,
"registry_title": null,
"registry_version": null,
"server_card_homepage": null,
"server_card_repository": null,
"server_card_title": null,
"server_card_version": null
},
"latency_ms": null,
"status": "not_assessed"
},
"request_association_probe": {
"details": {
"reason": "no_request_association_capabilities_advertised"
},
"latency_ms": null,
"status": "missing"
},
"resource_read": {
"details": {
"reason": "not_advertised"
},
"latency_ms": null,
"status": "missing"
},
"resources_list": {
"details": {
"headers": {
"content-type": "text/event-stream"
},
"http_status": 200,
"payload": {
"error": {
"code": -32601,
"message": "Method not found"
},
"id": 5,
"jsonrpc": "2.0"
},
"reason": "not_supported",
"url": "https://www.aisocialdata.xyz/mcp"
},
"latency_ms": 596.9,
"status": "missing"
},
"schema_divergence_probe": {
"details": {
"auth_scheme_mismatch": false,
"card_server_name": null,
"card_server_version": null,
"compared_dimensions": [
"server_name",
"server_version",
"declared_vs_observed_auth",
"tool_membership",
"parameter_names",
"required_parameters",
"parameter_types",
"output_schema_presence"
],
"compared_tool_count": 0,
"live_server_name": "feedsonar",
"live_server_version": "0.2.0",
"reason": "no_server_card_tools",
"server_name_mismatch": false,
"server_version_mismatch": false
},
"latency_ms": null,
"status": "missing"
},
"server_card": {
"details": {
"error": "Non-MCP content type: text/html",
"non_mcp_content_type": "text/html",
"url": "https://www.aisocialdata.xyz/.well-known/mcp/server-card.json"
},
"latency_ms": 201.53,
"status": "error"
},
"session_resume_probe": {
"details": {
"protocol_version": "2025-03-26",
"reason": "no_session_id",
"resume_expected": true,
"transport": "streamable-http"
},
"latency_ms": null,
"status": "warning"
},
"step_up_auth_probe": {
"details": {
"auth_required_checks": [],
"broad_scopes": [],
"challenge_headers": [],
"minimal_scope_documented": false,
"oauth_present": false,
"scope_specificity_ratio": 0.0,
"step_up_signals": [],
"supported_scopes": []
},
"latency_ms": null,
"status": "missing"
},
"tool_snapshot_probe": {
"details": {
"added": [],
"changed_outputs": [],
"current_tool_count": 6,
"previous_tool_count": 6,
"removed": [],
"similarity": 1.0
},
"latency_ms": null,
"status": "ok"
},
"tools_list": {
"details": {
"headers": {
"content-type": "text/event-stream"
},
"http_status": 200,
"payload": {
"id": 2,
"jsonrpc": "2.0",
"result": {
"tools": [
{
"description": "\u83b7\u53d6\u793e\u5a92\u5e73\u53f0\u5f53\u524d\u70ed\u70b9\u699c\u6216\u70ed\u641c\u699c\u3002\u9002\u5408\u56de\u7b54\u4eca\u65e5\u70ed\u70b9\u3001\u70ed\u95e8\u8bdd\u9898\u548c\u5b9e\u65f6\u8d8b\u52bf\uff1b\u4e0d\u9002\u5408\u6309\u5173\u952e\u8bcd\u641c\u7d22\u5386\u53f2\u5185\u5bb9\u3002",
"execution": {
"taskSupport": "forbidden"
},
"inputSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"default": 20,
"description": "\u8fd4\u56de\u6761\u6570\uff0c\u9ed8\u8ba4 20\u3002",
"maximum": 50,
"minimum": 1,
"type": "integer"
},
"platform": {
"description": "\u5e73\u53f0\uff0c\u5f53\u524d\u652f\u6301 douyin\u3002",
"enum": [
"douyin"
],
"type": "string"
}
},
"required": [
"platform"
],
"type": "object"
},
"name": "get_hot_list"
},
{
"description": "\u6309\u5173\u952e\u8bcd\u641c\u7d22\u6296\u97f3\u516c\u5f00\u5185\u5bb9\u6216\u7528\u6237\u3002count \u662f\u5355\u9875\u76ee\u6807\uff1b\u5f53\u7528\u6237\u8981\u6c42\u7684\u603b\u91cf\u8d85\u8fc7\u672c\u9875\u4e14\u8fd4\u56de pagination.has_more=true \u65f6\uff0c\u5fc5\u987b\u4f20\u56de pagination.next_cursor\u3001search_id\u3001search_context \u81ea\u52a8\u7ee7\u7eed\u8c03\u7528\uff0c\u76f4\u5230\u6ee1\u8db3\u7528\u6237\u6570\u91cf\u6216\u65e0\u66f4\u591a\u7ed3\u679c\uff0c\u4e0d\u80fd\u53ea\u8fd4\u56de\u7b2c\u4e00\u9875\u3002",
"execution": {
"taskSupport": "forbidden"
},
"inputSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"count": {
"default": 10,
"description": "\u5f53\u524d\u9875\u671f\u671b\u6761\u6570\uff1b\u4e0d\u662f\u7528\u6237\u8981\u6c42\u7684\u603b\u91cf\u3002",
"maximum": 50,
"minimum": 1,
"type": "integer"
},
"cursor": {
"description": "\u4e0a\u4e00\u9875 pagination.next_cursor\uff1b\u81ea\u52a8\u7ffb\u9875\u65f6\u539f\u6837\u4f20\u56de\u3002",
"type": "string"
},
"platform": {
"description": "\u8981\u641c\u7d22\u7684\u5e73\u53f0\u3002",
"enum": [
"douyin"
],
"type": "string"
},
"query": {
"description": "\u641c\u7d22\u5173\u952e\u8bcd\u3002",
"maxLength": 200,
"minLength": 1,
"type": "string"
},
"search_context": {
"description": "\u4e0a\u4e00\u9875\u8fd4\u56de\u7684 opaque search_context\uff1b\u5185\u5bb9\u641c\u7d22\u7ffb\u9875\u65f6\u539f\u6837\u4f20\u56de\u3002",
"type": "string"
},
"search_id": {
"description": "\u4e0a\u4e00\u9875\u8fd4\u56de\u7684 search_id\uff1b\u5185\u5bb9\u641c\u7d22\u7ffb\u9875\u65f6\u539f\u6837\u4f20\u56de\u3002",
"type": "string"
},
"type": {
"default": "content",
"description": "\u641c\u7d22\u5185\u5bb9\u6216\u7528\u6237\u3002",
"enum": [
"content",
"user"
],
"type": "string"
},
"verbosity": {
"default": "standard",
"description": "standard \u8fd4\u56de\u9002\u5408 Agent \u7684\u8be6\u7ec6\u7ed3\u6784\uff1bfull \u8fd4\u56de\u4e0a\u6e38\u5b8c\u6574\u539f\u59cb\u6570\u636e\u3002",
"enum": [
"standard",
"full"
],
"type": "string"
}
},
"required": [
"platform",
"query"
],
"type": "object"
},
"name": "social_search"
},
{
"description": "\u83b7\u53d6\u5355\u6761\u516c\u5f00\u5185\u5bb9\u7684\u8be6\u7ec6\u6570\u636e\uff0c\u5305\u62ec\u4f5c\u8005\u3001\u6b63\u6587\u548c\u4e92\u52a8\u6307\u6807\u3002\u4f20 content_id \u6216\u5e73\u53f0\u5206\u4eab\u6587\u6848 share_text\u3002",
"execution": {
"taskSupport": "forbidden"
},
"inputSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"content_id": {
"description": "\u89c6\u9891\u3001\u7b14\u8bb0\u6216\u5e16\u5b50\u7684\u5185\u5bb9 ID\u3002",
"minLength": 1,
"type": "string"
},
"platform": {
"description": "\u5185\u5bb9\u6240\u5c5e\u5e73\u53f0\u3002",
"enum": [
"douyin",
"xhs",
"bilibili",
"weibo"
],
"type": "string"
},
"share_text": {
"description": "\u5e73\u53f0\u5206\u4eab\u6587\u6848\u6216\u5206\u4eab\u94fe\u63a5\u3002",
"maxLength": 2000,
"minLength": 1,
"type": "string"
},
"verbosity": {
"default": "standard",
"description": "standard \u8fd4\u56de\u9002\u5408 Agent \u7684\u8be6\u7ec6\u7ed3\u6784\uff1bfull \u8fd4\u56de\u4e0a\u6e38\u5b8c\u6574\u539f\u59cb\u6570\u636e\u3002",
"enum": [
"standard",
"full"
],
"type": "string"
}
},
"required": [
"platform"
],
"type": "object"
},
"name": "get_content_detail"
},
{
"description": "\u83b7\u53d6\u516c\u5f00\u7528\u6237\u8d44\u6599\u3002\u4f20 user_id\u3001\u6296\u97f3 sec_user_id \u6216\u7528\u6237\u5206\u4eab\u6587\u6848\uff1b\u4e0d\u8981\u7528\u4e8e\u83b7\u53d6\u79c1\u5bc6\u8d26\u53f7\u6570\u636e\u3002",
"execution": {
"taskSupport": "forbidden"
},
"inputSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"platform": {
"description": "\u7528\u6237\u6240\u5c5e\u5e73\u53f0\u3002",
"enum": [
"douyin",
"xhs",
"weibo",
"bilibili"
],
"type": "string"
},
"sec_user_id": {
"description": "\u6296\u97f3 sec_user_id\u3002",
"minLength": 1,
"type": "string"
},
"share_text": {
"description": "\u7528\u6237\u4e3b\u9875\u5206\u4eab\u6587\u6848\u6216\u94fe\u63a5\u3002",
"maxLength": 2000,
"minLength": 1,
"type": "string"
},
"user_id": {
"description": "\u5e73\u53f0\u7528\u6237 ID\u3002",
"minLength": 1,
"type": "string"
},
"verbosity": {
"default": "standard",
"description": "standard \u8fd4\u56de\u9002\u5408 Agent \u7684\u8be6\u7ec6\u7ed3\u6784\uff1bfull \u8fd4\u56de\u4e0a\u6e38\u5b8c\u6574\u539f\u59cb\u6570\u636e\u3002",
"enum": [
"standard",
"full"
],
"type": "string"
}
},
"required": [
"platform"
],
"type": "object"
},
"name": "get_user_profile"
},
{
"description": "\u83b7\u53d6\u516c\u5f00\u7528\u6237\u53d1\u5e03\u5185\u5bb9\u5217\u8868\u3002count \u662f\u5355\u9875\u76ee\u6807\uff1b\u5f53\u7528\u6237\u8981\u6c42\u66f4\u591a\u4e14\u8fd4\u56de pagination.has_more=true \u65f6\uff0c\u5fc5\u987b\u4fdd\u6301\u7528\u6237\u53c2\u6570\u5e76\u7528 pagination.next_cursor \u81ea\u52a8\u7ee7\u7eed\u8c03\u7528\uff0c\u76f4\u5230\u6ee1\u8db3\u7528\u6237\u6570\u91cf\u6216\u65e0\u66f4\u591a\u7ed3\u679c\u3002",
"execution": {
"taskSupport": "forbidden"
},
"inputSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"count": {
"default": 12,
"description": "\u671f\u671b\u8fd4\u56de\u6761\u6570\u3002",
"maximum": 50,
"minimum": 1,
"type": "integer"
},
"cursor": {
"description": "\u4e0a\u4e00\u9875 pagination.next_cursor\uff1b\u81ea\u52a8\u7ffb\u9875\u65f6\u539f\u6837\u4f20\u56de\u3002",
"type": "string"
},
"platform": {
"description": "\u7528\u6237\u6240\u5c5e\u5e73\u53f0\u3002",
"enum": [
"douyin",
"xhs"
],
"type": "string"
},
"sec_user_id": {
"description": "\u6296\u97f3 sec_user_id\u3002",
"minLength": 1,
"type": "string"
},
"share_text": {
"description": "\u7528\u6237\u4e3b\u9875\u5206\u4eab\u6587\u6848\u6216\u94fe\u63a5\u3002",
"maxLength": 2000,
"minLength": 1,
"type": "string"
},
"user_id": {
"description": "\u5e73\u53f0\u7528\u6237 ID\u3002",
"minLength": 1,
"type": "string"
},
"verbosity": {
"default": "standard",
"description": "standard \u8fd4\u56de\u9002\u5408 Agent \u7684\u8be6\u7ec6\u7ed3\u6784\uff1bfull \u8fd4\u56de\u4e0a\u6e38\u5b8c\u6574\u539f\u59cb\u6570\u636e\u3002",
"enum": [
"standard",
"full"
],
"type": "string"
}
},
"required": [
"platform"
],
"type": "object"
},
"name": "get_user_posts"
},
{
"description": "\u83b7\u53d6\u516c\u5f00\u5185\u5bb9\u7684\u4e00\u7ea7\u6216\u4e8c\u7ea7\u8bc4\u8bba\u3002count \u662f\u5355\u9875\u6570\u91cf\uff0c\u6296\u97f3\u6700\u591a 30\uff1b\u5f53\u7528\u6237\u8981\u6c42\u66f4\u591a\u4e14\u8fd4\u56de pagination.has_more=true \u65f6\uff0c\u5fc5\u987b\u4fdd\u6301\u5185\u5bb9\u4e0e\u5c42\u7ea7\u53c2\u6570\uff0c\u5e76\u7528 pagination.next_cursor \u81ea\u52a8\u7ee7\u7eed\u8c03\u7528\uff0c\u76f4\u5230\u6ee1\u8db3\u7528\u6237\u6570\u91cf\u6216\u65e0\u66f4\u591a\u7ed3\u679c\u3002\u6296\u97f3\u4e00\u7ea7\u8bc4\u8bba\u4f20 content_id\uff0c\u4e8c\u7ea7\u8bc4\u8bba\u8fd8\u9700 comment_id\uff1bBilibili \u7684 content_id \u4f7f\u7528\u8be6\u60c5\u8fd4\u56de\u7684\u6570\u5b57 aid\u3002",
"execution": {
"taskSupport": "forbidden"
},
"inputSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"comment_id": {
"description": "\u8bfb\u53d6\u4e8c\u7ea7\u8bc4\u8bba\u65f6\u4f7f\u7528\u7684\u7236\u8bc4\u8bba ID\u3002",
"minLength": 1,
"type": "string"
},
"content_id": {
"description": "\u5185\u5bb9 ID\u3002",
"minLength": 1,
"type": "string"
},
"count": {
"default": 10,
"description": "\u5f53\u524d\u9875\u8fd4\u56de\u6761\u6570\uff0c\u6700\u5927 30\uff1b\u4e0d\u662f\u603b\u91c7\u96c6\u91cf\u3002",
"maximum": 30,
"minimum": 1,
"type": "integer"
},
"cursor": {
"description": "\u4e0a\u4e00\u9875 pagination.next_cursor\uff1b\u81ea\u52a8\u7ffb\u9875\u65f6\u539f\u6837\u4f20\u56de\u3002",
"type": "string"
},
"level": {
"default": "root",
"description": "root \u4e3a\u4e00\u7ea7\u8bc4\u8bba\uff0csub \u4e3a\u4e8c\u7ea7\u8bc4\u8bba\u3002",
"enum": [
"root",
"sub"
],
"type": "string"
},
"order": {
"default": "like",
"description": "Bilibili \u8bc4\u8bba\u6392\u5e8f\uff1b\u5176\u4ed6\u5e73\u53f0\u5ffd\u7565\u3002",
"enum": [
"like",
"time"
],
"type": "string"
},
"platform": {
"description": "\u5185\u5bb9\u6240\u5c5e\u5e73\u53f0\u3002",
"enum": [
"douyin",
"xhs",
"bilibili"
],
"type": "string"
},
"share_text": {
"description": "\u5185\u5bb9\u5206\u4eab\u6587\u6848\u6216\u94fe\u63a5\u3002",
"maxLength": 2000,
"minLength": 1,
"type": "string"
},
"verbosity": {
"default": "standard",
"description": "standard \u8fd4\u56de\u9002\u5408 Agent \u7684\u8be6\u7ec6\u7ed3\u6784\uff1bfull \u8fd4\u56de\u4e0a\u6e38\u5b8c\u6574\u539f\u59cb\u6570\u636e\u3002",
"enum": [
"standard",
"full"
],
"type": "string"
}
},
"required": [
"platform"
],
"type": "object"
},
"name": "get_comments"
}
]
}
},
"url": "https://www.aisocialdata.xyz/mcp"
},
"latency_ms": 623.24,
"status": "ok"
},
"transport_compliance_probe": {
"details": {
"bad_protocol_error": null,
"bad_protocol_headers": {
"content-type": "application/json"
},
"bad_protocol_payload": {
"error": {
"code": -32000,
"message": "Bad Request: Unsupported protocol version: 1999-99-99 (supported versions: 2025-11-25, 2025-06-18, 2025-03-26, 2024-11-05, 2024-10-07)"
},
"id": null,
"jsonrpc": "2.0"
},
"bad_protocol_status_code": 400,
"delete_error": null,
"delete_status_code": null,
"expired_session_error": null,
"expired_session_status_code": null,
"issues": [
"missing_session_id",
"missing_protocol_header"
],
"last_event_id_visible": false,
"protocol_header_present": false,
"requested_protocol_version": "2025-03-26",
"session_id_present": false,
"transport": "streamable-http"
},
"latency_ms": 630.28,
"status": "warning"
},
"utility_coverage_probe": {
"details": {
"completions": {
"advertised": false,
"live_probe": "not_executed",
"sample_target": null
},
"initialize_capability_keys": [
"tools"
],
"pagination": {
"metadata_signal": false,
"next_cursor_methods": [],
"supported": false
},
"tasks": {
"advertised": false,
"http_status": 200,
"probe_status": "missing"
}
},
"latency_ms": 212.31,
"status": "missing"
}
},
"failures": {
"oauth_authorization_server": {
"reason": "no_authorization_server"
},
"oauth_protected_resource": {
"error": "Non-MCP content type: text/html",
"non_mcp_content_type": "text/html",
"url": "https://www.aisocialdata.xyz/.well-known/oauth-protected-resource"
},
"openid_configuration": {
"reason": "no_authorization_server"
},
"server_card": {
"error": "Non-MCP content type: text/html",
"non_mcp_content_type": "text/html",
"url": "https://www.aisocialdata.xyz/.well-known/mcp/server-card.json"
}
},
"remote_url": "https://www.aisocialdata.xyz/mcp",
"server_card_payload": null,
"server_identifier": "yy-MAX-HUB/feedsonar-mcp"
}
Capabilities
- OAuth:
- DCR/CIMD:
- Prompts:
- Homepage: https://glama.ai/mcp/servers/wv1a5x37o4
- Docs: none
- Support: https://github.com/yy-MAX-HUB/feedsonar-mcp
- Icon: none
- Remote endpoint: https://www.aisocialdata.xyz/mcp
- Directory listing: none
- Server card: none
Transport compliance drilldown
Issues: missing_session_id, missing_protocol_header
Request association
Connector replay
Required-argument replay breaks
| Tool | Added required args | Removed required args |
|---|---|---|
| No required-argument replay breaks detected. | ||
Output-schema replay breaks
| Tool | Removed properties | Added properties |
|---|---|---|
| No output-schema replay breaks detected. | ||