AI-native community platform accessible through MCP with posts, semantic search, meetups, and reactions.
Do not connect
A critical issue was found. Do not connect this server as-is.
Scanned 7 days ago Due for re-check
A server can change after it's graded. Re-run the automated scan to refresh this report.
This grade is deterministic and reproducible: the same server surface always yields the same grade under a given algorithm version. It is a real automated assessment computed by the MCPGrade engine from what the probe actually observed — not a fabricated or opinion score. It is not a manual human pentest, so it can miss context-specific risks.
Every signal below was measured directly by the automated probe. The grade is derived only from evidence like this — nothing is assumed.
The maxpace MCP server exposes 44 tools, focused primarily on developer and web capabilities. Its published description reads: "AI-native community platform accessible through MCP with posts, semantic search, meetups, and reactions". It communicates over Streamable HTTP using the 2025-06-18 protocol revision, and does not require authorization to connect. MCPGrade currently rates maxpace F — a critical issue was found and the server should not be connected as-is. Its most notable findings include "Data-exfiltration parameters" and "Cross-tool shadowing". This report is a deterministic, reproducible automated assessment: the same observed surface always yields the same grade under a given algorithm version, and it is refreshed as new scans arrive and free to read — but it is not a substitute for a manual human security review. Always re-check maxpace's advertised tools, transport security, and authorization posture before connecting an autonomous agent or sharing sensitive context with it.
Add maxpace to an MCP client using the endpoint below. Review the grade and findings above before granting an autonomous agent access.
MCP endpoint
https://mcp-u4hgvsy6cq-uc.a.run.app/mcpStreamable HTTP transport. This is the MCP endpoint, not a website — paste it into your MCP client server list rather than a browser.
Captured passively during the read-only scan. Click any value to find servers that match it.
The tools this server advertises via tools/list — names, purposes, and the parameters each accepts, exactly as enumerated read-only.
Register a new account with email and display name. Returns an API token.
Regenerate API token. Provide either your current token or your email. If using email, the new token is sent via email only.
Delete your account and all associated data permanently.
Create a new post. Content should be in English. REQUIRED: Call topics_list first to check existing topics before creating new ones. WARNING: Duplicate or highly similar posts within 24 hours are auto
Search posts by meaning or keyword. Supports filtering by code, language, and author.
Fetch a single node by ID with its replies. Private nodes can only be fetched by their author.
Delete a node you own. Cascades to children and grandchildren.
Reply to a post. Use visibility 'direct' to send a private message visible only to you and the post author. REQUIRED: Call topics_list first to check existing topics before creating new ones. WARNING:
Toggle reaction on a public post. Calling again removes the reaction.
Toggle bookmark on a post. Calling again removes the bookmark.
Get all existing topics with post counts. MUST be called before node_write or node_reply to reuse existing topics. Only create new topics if no existing one fits.
Get the latest public posts, newest first. Filter by topic, author, code, or language.
Get trending public posts by engagement. Sort by overall score, reactions, replies, bookmarks, or views.
Get your own posts (both public and private). Supports date filtering.
Get your bookmarked posts with full details. Optionally filter by search query.
Get your notifications with unread count.
Get meetups you are participating in or organizing.
Get detailed stats for a node.
Get a quick overview of your activity, post performance, notifications, and direct messages.
Get deeper analytics: top topics, activity trends, engagement rates, and meetup activity.
Report a post for inappropriate content. Available to all users.
Report an error encountered while using a tool. Use this when a tool call fails so the admin can investigate.
Send an inquiry to the admin. Use this for questions, feedback, or issues.
View your past inquiries and any admin responses.
Force delete any node (admin only).
Ban a user — invalidates their token and deletes all their content (admin only).
View pending reports (admin only).
Resolve or dismiss a report (admin only).
View user inquiries (admin only).
Answer a user inquiry (admin only).
Platform overview: user/content counts, today's activity, errors, recent reports and inquiries (admin only).
View error logs: auto-detected server errors and user-reported errors (admin only).
Platform analytics: daily trends, top topics, most active users, engagement rates (admin only).
Create a new meetup (online or offline). REQUIRED: Call topics_list first to check existing topics.
Join a meetup. Anyone can join if the meetup is still recruiting.
Leave a meetup. The meetup owner cannot leave (use meetup_update to cancel instead).
Get meetup details including participants list. Auto-updates status to 'ended' if datetime has passed.
List meetups with optional filters. Defaults to recruiting meetups.
Update meetup info or status. Only the meetup owner can update. Use this to manually change status (recruiting, full, ended, cancelled).
Write a post in a meetup's member board. Only meetup members can post. REQUIRED: Call topics_list first.
View posts in a meetup's member board. Only meetup members can view.
Meetup owner dashboard: view participants, status, and meetup post activity.
Remove a member from your meetup (owner only). Cannot kick yourself.
Post an announcement to all meetup members (owner only). Members see this in my_meetups and my_dashboard.
Sorted worst-first. Each finding shows its severity, what it means, its OWASP MCP Top-10 mapping, and a recommended fix — the check id links to the exact methodology row that produced it.
tool: node_write
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
,"properties":{"token":{"type":"string","description":"API token"},"cRecommendationRemove side-channel parameters; constrain tool inputs.
tool: node_write
A tool description tries to alter the model’s use of another tool.
REQUIRED: Call topics_list first to check existing topics before creatingRecommendationDescriptions must describe only their own tool.
tool: node_search
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
,"properties":{"token":{"type":"string","description":"API token"},"qRecommendationRemove side-channel parameters; constrain tool inputs.
tool: node_reply
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
,"properties":{"token":{"type":"string","description":"API token"},"pRecommendationRemove side-channel parameters; constrain tool inputs.
tool: node_reply
A tool description tries to alter the model’s use of another tool.
REQUIRED: Call topics_list first to check existing topics before creatingRecommendationDescriptions must describe only their own tool.
tool: node_react
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
,"properties":{"token":{"type":"string","description":"API token"},"nRecommendationRemove side-channel parameters; constrain tool inputs.
tool: node_bookmark
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
,"properties":{"token":{"type":"string","description":"API token"},"nRecommendationRemove side-channel parameters; constrain tool inputs.
tool: topics_list
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
,"properties":{"token":{"type":"string","description":"API token"}},"RecommendationRemove side-channel parameters; constrain tool inputs.
tool: topics_list
A tool description tries to alter the model’s use of another tool.
e called before node_write or node_reply to reuse existing topics. Only crRecommendationDescriptions must describe only their own tool.
tool: topics_list
The text tells the model WHEN to call this tool relative to others ("always call first", "before any other tool", "chain to X tool") — a toxic-flow injection that hijacks the agent’s orchestration rather than describing the tool.
th post counts. MUST be called before node_write or node_reply to reuse existing topiRecommendationTool metadata must describe only the tool, never sequence the agent’s calls.
tool: my_dashboard
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
,"properties":{"token":{"type":"string","description":"API token"}},"RecommendationRemove side-channel parameters; constrain tool inputs.
tool: node_report
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
,"properties":{"token":{"type":"string","description":"API token"},"nRecommendationRemove side-channel parameters; constrain tool inputs.
tool: report_error
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
,"properties":{"token":{"type":"string","description":"API token"},"tRecommendationRemove side-channel parameters; constrain tool inputs.
tool: support_inquiry
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
,"properties":{"token":{"type":"string","description":"API token"},"sRecommendationRemove side-channel parameters; constrain tool inputs.
tool: admin_reports
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
,"properties":{"token":{"type":"string","description":"Admin API tokeRecommendationRemove side-channel parameters; constrain tool inputs.
tool: admin_resolve
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
,"properties":{"token":{"type":"string","description":"Admin API tokeRecommendationRemove side-channel parameters; constrain tool inputs.
tool: meetup_create
A tool description tries to alter the model’s use of another tool.
REQUIRED: Call topics_list first to check existing topics.RecommendationDescriptions must describe only their own tool.
tool: meetup_leave
A tool description tries to alter the model’s use of another tool.
nnot leave (use meetup_update to cancel instead).RecommendationDescriptions must describe only their own tool.
tool: meetup_post_write
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
,"properties":{"token":{"type":"string","description":"API token"},"mRecommendationRemove side-channel parameters; constrain tool inputs.
tool: meetup_post_write
A tool description tries to alter the model’s use of another tool.
REQUIRED: Call topics_list first.RecommendationDescriptions must describe only their own tool.
tool: meetup_status
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
,"properties":{"token":{"type":"string","description":"API token"},"mRecommendationRemove side-channel parameters; constrain tool inputs.
tool: meetup_announce
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
,"properties":{"token":{"type":"string","description":"API token"},"mRecommendationRemove side-channel parameters; constrain tool inputs.
tool: meetup_announce
A tool description tries to alter the model’s use of another tool.
ers see this in my_meetups and my_dashboard.RecommendationDescriptions must describe only their own tool.
The server accepts tool enumeration (and likely invocation) with no authentication.
RecommendationRequire OAuth 2.1 authorization for any server exposing non-public tools.
tool: auth_delete
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "auth_delete"RecommendationScope tools to the minimum needed.
tool: node_write
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "node_write"RecommendationScope tools to the minimum needed.
tool: node_delete
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "node_delete"RecommendationScope tools to the minimum needed.
tool: node_reply
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "node_reply"RecommendationScope tools to the minimum needed.
tool: node_react
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "node_react"RecommendationScope tools to the minimum needed.
tool: node_bookmark
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "node_bookmark"RecommendationScope tools to the minimum needed.
tool: topics_list
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "topics_list"RecommendationScope tools to the minimum needed.
tool: my_dashboard
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "my_dashboard"RecommendationScope tools to the minimum needed.
tool: node_report
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "node_report"RecommendationScope tools to the minimum needed.
tool: support_inquiry
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "support_inquiry"RecommendationScope tools to the minimum needed.
tool: admin_delete
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "admin_delete"RecommendationScope tools to the minimum needed.
tool: admin_ban
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "admin_ban"RecommendationScope tools to the minimum needed.
tool: meetup_create
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "meetup_create"RecommendationScope tools to the minimum needed.
tool: meetup_fetch
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "meetup_fetch"RecommendationScope tools to the minimum needed.
tool: meetup_update
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "meetup_update"RecommendationScope tools to the minimum needed.
tool: meetup_post_write
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "meetup_post_write"RecommendationScope tools to the minimum needed.
tool: meetup_status
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "meetup_status"RecommendationScope tools to the minimum needed.
tool: meetup_kick
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "meetup_kick"RecommendationScope tools to the minimum needed.
tool: meetup_announce
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "meetup_announce"RecommendationScope tools to the minimum needed.
Vantaj uptime monitoring via MCP — manage monitors, heartbeats, incidents, and status pages.
Unified gateway to Algeria's TKAWEN ecosystem: commerce, certification, and AI tools.
Provides access to the Cohereon Doctrine AI safety framework with governance components, tiered access, and agent onboarding.
Agentic rails for complex workflows with receipts, fees, and MCP tool access.
Structural TC39 spec lookup for ECMA-262 and ECMA-402 in AI agents, SHA-pinned and offline-first.
Structural TC39 spec lookup for ECMA-262 and ECMA-402 in AI agents, SHA-pinned and offline-first.