# NMKR Studio — MCP server on mcp.ai > Connect your NMKR Studio account and use 11 tools for ecommerce straight from your AI agent. Connect with your own API key. NMKR Studio provides APIs for managing NFT projects, assets, minting, sales, wallets, and related Cardano operations. By: mcp.ai · official Page: https://mcp.ai/nmkr_studio ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_nmkr_studio?ms=1787291280000 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/nmkr_studio/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/nmkr_studio/ 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/nmkr_studio/skill.md Postman collection (v2.1): https://mcp.ai/nmkr_studio/postman.json ## Tools - nmkr_studio_get_exchange_rates(coin?: string) — Return NMKR's current BTC, USD, EUR, and JPY conversion rates for a supported coin; omitting coin requests the provider's ADA default. - nmkr_studio_get_mint_coupon_balance() — Return the connected account's Cardano mint-coupon balance, effective time, and documented mint-purchase address. - nmkr_studio_get_nft(nft_uid?: string, nft_name?: string, project_uid?: string) — Return one NFT's details using either its NMKR NFT UID or the combination of project UID and NFT name. - nmkr_studio_get_project(project_uid: string) — Return details and NFT state counts for an NMKR Studio project identified by its project UID. - nmkr_studio_get_project_pricelist(project_uid: string, return_all_prices?: boolean) — Return the currently valid NFT prices configured for an NMKR Studio project, optionally including all prices exposed by NMKR. - nmkr_studio_get_project_sale_conditions(project_uid: string) — Return the active sale conditions configured for an NMKR Studio project. - nmkr_studio_get_token_metadata(policy_id: string, token_name_hex: string) — Return metadata for a blockchain token identified by policy ID and hex-encoded token name. - nmkr_studio_list_payout_wallets() — Return payout wallets already configured on the connected NMKR Studio account; this tool does not add, validate, or expose wallet secrets. - nmkr_studio_list_project_nfts(state?: string, page_size?: integer, sort_order?: string, next_cursor?: string, project_uid: string) — Return one page of NFTs in a project filtered by lifecycle state, with a continuation cursor for additional pages. - nmkr_studio_list_projects(page_size?: integer, next_cursor?: string) — Return one page of projects owned by the connected NMKR Studio account, including identifiers needed by project and NFT tools. Results are cached by NMKR for 10 seconds. - nmkr_studio_validate_nft_metadata(nft_uid: string) — Check whether the metadata already stored for an NFT is valid; this read-only form does not submit or update metadata. ## Example prompts - "What can I do in NMKR Studio?" - "Show me a summary of my NMKR Studio account" ## Links Docs: https://mcp.ai/docs/mcps/nmkr_studio Website: https://mcp.ai/mcps/nmkr_studio