# DevGlobe Agent Authentication

## Public access

The `search_developers` and `get_developer_profile` MCP tools are public and require no credentials.

## Protected introduction tools

The `request_introduction` and `get_introduction_status` tools require a DevGlobe-issued bearer token. DevGlobe currently uses pre-issued agent credentials and does not operate an OAuth authorization server or dynamic client registration endpoint.

Send the token only to https://www.devglobe.dev/mcp using the `Authorization: Bearer <token>` header. Never place it in a repository or URL.

See https://www.devglobe.dev/docs/mcp-server for credential issuance and consent lifecycle details.
