# Amcards — MCP server on mcp.ai > Connect your Amcards account and use 10 tools for marketing automation straight from your AI agent. Connect with your own API key. AMCards enables users to create personalized greeting cards, automate mailing campaigns, strengthen customer relationships using a convenient online platform for individualized connections. By: mcp.ai · official Page: https://mcp.ai/amcards ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_amcards?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/amcards/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/amcards/ 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/amcards/skill.md Postman collection (v2.1): https://mcp.ai/amcards/postman.json ## Tools - amcards_get_api_schema() — Tool to retrieve the entire schema for AMCards API V1. Use when you need to discover available API endpoints, resources, and their structure. - amcards_get_cards(skip?: integer, limit?: integer) — This tool retrieves a list of all cards associated with the authenticated account. The action is completely independent and doesn't require any external resource IDs or parameters beyond authenticatio - amcards_get_category(category_id: integer) — Tool to retrieve details of a specific category by ID. Use when you need to fetch information about a card template category including its title, hierarchy, and priority. - amcards_get_category_schema() — Tool to retrieve the schema for Category resource. Categories are readonly. Use when you need to understand the structure and available fields of the Category resource. - amcards_get_contacts(skip?: integer, email?: string, limit?: integer, last_name?: string, first_name?: string) — This tool retrieves a list of contacts from AMCards. It is used for managing contacts by providing details like limit, skip, and filters (e.g., last_name, first_name, email). The tool returns an array - amcards_get_gift(id: integer) — Tool to retrieve details of a specific gift by ID. Use when you need to fetch information about a particular gift including its name, description, price, shipping cost, and availability. - amcards_get_public_template(id: integer) — Tool to retrieve details of a specific public template by ID. Use when you need to get information about a specific template including its configuration, panels, and metadata. - amcards_list_categories(parent__id?: integer, title__icontains?: string, parent__title__icontains?: string) — Tool to retrieve a list of card template categories from AMCards. Categories are returned ordered by their priority (1 is highest). Use when you need to browse available categories, filter by parent c - amcards_list_gifts() — Tool to retrieve a list of Gift items offered by AMcards. Use when you need to display or reference available gifts for selection or purchase. No authorization required. - amcards_list_public_templates(category__id?: integer, name__icontains?: string) — Tool to retrieve a list of public templates available to all users. Use when you need to browse or search available card templates. No authorization required for this endpoint. ## Example prompts - "What can I do in Amcards?" - "Show me a summary of my Amcards account" ## Links Docs: https://mcp.ai/docs/mcps/amcards Website: https://mcp.ai/mcps/amcards