# I Built an Afriex MCP Prompt Cookbook So Developers Never Have to Stare at a Blank Prompt Again

> Source: <https://dev.to/afriex/i-built-an-afriex-mcp-prompt-cookbook-so-developers-never-have-to-stare-at-a-blank-prompt-again-1i1b>
> Published: 2026-06-21 00:17:23+00:00

A few weeks ago, I started exploring the Afriex MCP server.

The setup was surprisingly straightforward.

Connect your MCP client.

Configure your API key.

Verify the connection.

Done.

But then I ran into a different problem.

Not a technical problem.

A prompt problem.

Once everything was connected, I found myself staring at an empty prompt box.

What should I ask?

Sure, I could retrieve balances.

I could create customers.

I could generate virtual accounts.

But what were the most useful workflows?

What were the prompts that would actually help developers build real products?

This isn't a problem unique to Afriex.

It's becoming a common challenge across the entire MCP ecosystem.

The infrastructure exists.

The tools work.

But many developers don't know where to start.

Traditionally, integrating a payment API looked something like this:

With MCP, the workflow looks very different.

You can simply tell your AI assistant what you want to build.

For example:

```
Create a customer onboarding flow that:

- Collects customer details
- Generates a virtual account
- Displays payment instructions

Build it using Next.js and TypeScript.
```

Instead of manually stitching everything together, the AI can interact with infrastructure through the MCP server.

That's incredibly powerful.

But only if you know what to ask.

That's what led me to build the:

A collection of practical, production-oriented prompts designed specifically for developers building with Afriex MCP.

The goal is simple:

Copy.

Paste.

Build.

Instead of starting from scratch every time.

The cookbook is open source and available on GitHub:

[https://github.com/SonOfUri/afriex-mcp-cookbook](https://github.com/SonOfUri/afriex-mcp-cookbook)

Feel free to explore the prompts, use them in your own projects, and contribute new recipes.

The cookbook is organized around real-world use cases.

Not API endpoints.

Not documentation pages.

Actual products and workflows.

For developers who have just connected their MCP client.

Examples include:

Examples include:

Examples include:

Examples include:

Examples include:

Examples focused on combining AI agents with payment infrastructure.

One of my favorite recipes asks Cursor to build an entire virtual account collection flow.

```
Using Afriex MCP:

Create a customer onboarding flow that:

- Collects customer details
- Creates a customer record
- Generates a virtual account
- Displays payment instructions

Build this as a modern Next.js application using TypeScript and TailwindCSS.

Show me the complete implementation.
```

This is the kind of workflow that would traditionally require:

Now it can start with a single prompt.

We're entering a new phase of software development.

Documentation remains important.

SDKs remain important.

APIs remain important.

But prompts are becoming a new layer of developer experience.

The best developer platforms won't just provide endpoints.

They'll provide examples, recipes, workflows, and patterns that help developers move from idea to implementation faster.

That's exactly what this cookbook is trying to do.

The current version focuses on:

Future additions will include:

One of the most surprising lessons I've learned while working with MCP is that access to tools isn't enough.

Developers also need examples of what's possible.

That's what the Afriex MCP Prompt Cookbook aims to provide.

Not more documentation.

Not another SDK.

A collection of practical prompts that help developers build faster.

Because sometimes the hardest part isn't connecting the infrastructure.

It's knowing what to ask next.

GitHub:

[https://github.com/SonOfUri/afriex-mcp-cookbook](https://github.com/SonOfUri/afriex-mcp-cookbook)

If you're building with Afriex MCP, I'd love to see what you create and what prompts you find most useful.

Contributions, suggestions, and new recipes are always welcome.
