# Leiga — MCP server on mcp.ai > Connect your Leiga account and use 10 tools for project management straight from your AI agent. Connect with your own API key. Leiga is an AI-powered project management tool that automates tasks and enhances team collaboration. By: mcp.ai · official Page: https://mcp.ai/leiga ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_leiga?ms=1787293560000 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/leiga/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/leiga/ 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/leiga/skill.md Postman collection (v2.1): https://mcp.ai/leiga/postman.json ## Tools - leiga_create_project(name: string, contact?: string, type_id?: integer, end_time?: string, start_time?: string, description?: string, contact_phone?: string) — Tool to create a new project in Leiga. Use after gathering project details and authenticating. - leiga_get_file_list(pageNo: integer, keyword?: string, fileType?: string, pageSize: integer, catalogId: string) — Tool to retrieve a paginated list of files in a specified directory. Use after obtaining the directory ID to view files. - leiga_get_issue_detail_by_issue_number(issueNumber: string) — Tool to fetch detailed information about a specific issue using its issue number. Use when you have an issue number and need complete issue details. - leiga_get_issue_schema() — Tool to retrieve the issue custom-field schema. Use when you need the full list of field configurations after selecting an issue type. - leiga_get_project_information(projectId: string) — Tool to fetch detailed information about a specific project by its ID. Use when you need complete project metadata, including owner and members. - leiga_get_project_overview_template(projectId: string) — Tool to retrieve the project overview template. Use when you need the structured overview template for a project after confirming its ID. - leiga_get_project_template_list(name?: string, pageNum: integer, pageSize: integer) — Tool to retrieve a list of project templates. Use when browsing available templates before creating a new project. - leiga_get_version_list(pageNo?: integer, pageSize?: integer, platform: string) — Tool to fetch list of versions for a specific platform. Use when you need to view all available versions before deployment. - leiga_get_webhook_type_list() — Tool to retrieve the list of available webhook types. Use when configuring webhooks and you need to know valid event types. - leiga_list_projects(pageNo: integer, pageSize: integer) — Tool to list all projects available to the authenticated user. Use when you need to retrieve your projects in paginated form (e.g., page 1 with 10 per page). ## Example prompts - "What can I do in Leiga?" - "Show me a summary of my Leiga account" ## Links Docs: https://mcp.ai/docs/mcps/leiga Website: https://mcp.ai/mcps/leiga