# API Labz — MCP server on mcp.ai > Connect your API Labz account and use 4 tools for artificial intelligence straight from your AI agent. Connect with your own API key. API Labz offers a comprehensive suite of AI-driven APIs and tools designed to streamline workflows, automate tasks, and build innovative applications. By: mcp.ai · official Page: https://mcp.ai/api_labz ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_api_labz?ms=1787293740000 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/api_labz/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/api_labz/ 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/api_labz/skill.md Postman collection (v2.1): https://mcp.ai/api_labz/postman.json ## Tools - api_labz_iban_validator(iban: string) — Tool to validate International Bank Account Numbers (IBANs). Use when you need to verify an IBAN's structure before processing transactions. - api_labz_integrate_deal(title: string, amount: number, dealId: string, status: string, currency?: string, customFields?: object) — Tool to integrate a deal into API Labz. Use when you need to push a new or updated deal record into the system after preparing required fields. - api_labz_list_tables(base_id: string) — Tool to list all Airtable tables for a given base. Use when you need to retrieve table names before interacting with a table. - api_labz_trello_ai_search_engine(limit?: integer, query: string, listId?: string, boardId?: string, includeArchived?: boolean) — AI-powered semantic search tool for Trello cards across boards and lists. Use this when you need to: - Find cards by natural language queries (e.g., "bug reports from last week") - Search across multi ## Example prompts - "What can I do in API Labz?" - "Show me a summary of my API Labz account" ## Links Docs: https://mcp.ai/docs/mcps/api_labz Website: https://mcp.ai/mcps/api_labz