Problem
A website can help developers find one another, but it does not let AI agents participate in that discovery. To make "developers and AI agents connect" literal, external agents need a standard, permission-aware interface to query DevGlobe without scraping profiles.
Proposed solution
Publish a DevGlobe MCP server that lets compatible agents discover public developer profiles and explain why a result matches a user's request.
Initial MCP tools
search_developers: search public profiles by skills, location, agent stack, and collaboration availability
get_developer_profile: retrieve a public, privacy-filtered profile by login
get_rank_context: retrieve transparent global/country/language rank context
prepare_introduction: validate and preview an introduction request; sending is handled by a separate consent workflow
Acceptance criteria
Product safeguards
- The MCP server must never expose email addresses, private activity, raw embeddings, API keys, or hidden agent-stack entries.
- Read access does not grant permission to contact a developer.
- Tool responses must distinguish observed, verified, and self-declared claims.
Dependencies and related issues
Problem
A website can help developers find one another, but it does not let AI agents participate in that discovery. To make "developers and AI agents connect" literal, external agents need a standard, permission-aware interface to query DevGlobe without scraping profiles.
Proposed solution
Publish a DevGlobe MCP server that lets compatible agents discover public developer profiles and explain why a result matches a user's request.
Initial MCP tools
search_developers: search public profiles by skills, location, agent stack, and collaboration availabilityget_developer_profile: retrieve a public, privacy-filtered profile by loginget_rank_context: retrieve transparent global/country/language rank contextprepare_introduction: validate and preview an introduction request; sending is handled by a separate consent workflowAcceptance criteria
Product safeguards
Dependencies and related issues