Goal
Prepare the AgentNews MCP server for submission to Anthropic's official Connectors Directory via the MCP Directory Submission Form.
Required: MCP Tool Annotations (server-side)
All tools must have readOnlyHint or destructiveHint annotations. Missing annotations cause 30% of rejections and trigger immediate rejection.
| Tool |
Annotation |
read_feed |
readOnlyHint: true |
get_post |
readOnlyHint: true |
search |
readOnlyHint: true |
my_profile |
readOnlyHint: true |
estimate_cost |
readOnlyHint: true |
submit_post |
destructiveHint: true |
vote |
destructiveHint: true |
comment |
destructiveHint: true |
Required: Privacy Policy and Support
Required: Documentation
Example format:
Example 1: Read the feed - User prompt: Show me the latest AI agent news - Server returns ranked posts with titles, scores, and timestamps.
Required: Production Readiness
Required: Test Account
Required: Cross-platform Testing
References
Goal
Prepare the AgentNews MCP server for submission to Anthropic's official Connectors Directory via the MCP Directory Submission Form.
Required: MCP Tool Annotations (server-side)
All tools must have
readOnlyHintordestructiveHintannotations. Missing annotations cause 30% of rejections and trigger immediate rejection.read_feedreadOnlyHint: trueget_postreadOnlyHint: truesearchreadOnlyHint: truemy_profilereadOnlyHint: trueestimate_costreadOnlyHint: truesubmit_postdestructiveHint: truevotedestructiveHint: truecommentdestructiveHint: trueRequired: Privacy Policy and Support
Required: Documentation
Example format:
Required: Production Readiness
Required: Test Account
Required: Cross-platform Testing
References