# Buildkite — MCP server on mcp.ai > Connect your Buildkite account and use 5 tools for developer tools straight from your AI agent. Connect with your own API key. Buildkite is a platform for running fast, secure, and scalable continuous integration pipelines on your own infrastructure. By: mcp.ai · official Page: https://mcp.ai/buildkite ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_buildkite?ms=1787291340000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/buildkite/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/buildkite/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/buildkite/skill.md Postman collection (v2.1): https://mcp.ai/buildkite/postman.json ## Tools - buildkite_get_current_access_token() — Tool to retrieve the authenticated API access token details. Use when you need to confirm the validity and scopes of the current API token. - buildkite_get_meta() — Tool to retrieve metadata about the Buildkite API. Use when you need to fetch webhook IP addresses for firewall or security configurations. - buildkite_get_user() — Tool to retrieve details about the current authenticated user. Use when you need to get information about the user account that owns the API token. - buildkite_list_organizations(page?: integer, per_page?: integer) — Tool to list all organizations the current user is a member of. Use when you need to discover available organizations or get organization slugs for other operations. - buildkite_list_pipeline_agents(name?: string, page?: integer, version?: string, hostname?: string, org_slug: string, per_page?: integer) — Tool to list connected agents for an organization. Use after confirming the organization slug. Supports optional filtering and pagination. ## Example prompts - "What can I do in Buildkite?" - "Show me a summary of my Buildkite account" ## Links Docs: https://mcp.ai/docs/mcps/buildkite Website: https://mcp.ai/mcps/buildkite