Skip to main content
Use AI to integrate Blnk into your product. Connect the Docs MCP so your agent looks up live docs, then install Skills so it designs money movement, architecture, and code the recommended way instead of improvising or guessing.

Installing Docs MCP and Skills

1

Connect the Docs MCP

Connect the Docs MCP in your LLM tool so the agent looks up live docs instead of guessing:
MCP endpoint
2

Add Skills

From your project (or any directory where you use the LLM), run:
Install Blnk skills
The CLI detects tools such as Cursor and Claude Code, and installs the skills for you. Confirm when prompted if you want them on more than one tool.
3

Confirm they loaded

To use the skill, start with /blnk and ask any question. That is the root entry point; it routes to the other Blnk skills for architecture, money movement, and implementation.

Try it: build a simple wallet

Open a chat in your project and run through these steps.
1

Share this sample spec

Paste:
Sample wallet spec
2

Let the agent create the map

The agent designs the money movement map, posts maps-tool JSON in chat, and saves it under .blnk_context/.
3

Review the map

To view it:
  1. Open map.blnkfinance.com.
  2. Click Menu → Import.
  3. Paste the JSON and load it.
If anything is wrong, say so in chat and wait for an updated JSON. When it matches, continue.
4

Ask it to implement

If all looks good, ask the agent to implement it the map:
5

Start the app

Once done, you can start your app and should have a running wallet flow against Blnk.

Need help?

We are very happy to help you make the most of Blnk, regardless of whether it is your first time or you are switching from another tool. To ask questions or discuss issues, please contact us or join our Discord community.