mcp-llm-auto-email-registration
This project automates email-based user registration for LLM apps using the Model Context Protocol (MCP). It acts as a simple backend that receives email addresses from users, registers them with an MCP-compatible LLM server, and returns the generated API key or access token.
Documentation
๐ API Revolution: Model Context Protocol (MCP) Meets Web API
Welcome to MCP Server Tools! ๐ฏ
This project exposes powerful APIs based on the Model Context Protocol (MCP) ๐งฉ, representing a new revolution in API design ๐ โ structured, intelligent, and seamlessly extensible.
๐ Overview
- ๐ ๏ธ Combines Model Context Protocol (MCP) with traditional API endpoints to offer next-generation API experiences.
- ๐ฅ Redefines API architecture by enabling model-based communication, not just rigid HTTP contracts.
- ๐ง Applies Domain-Driven Design (DDD) at the core: aggregates, entities, and use cases are clearly separated and modeled around business logic.
- ๐ Secures workflows like registration, login, and password change using industry best practices.
- ๐งช Extensible and modular โ new tools can be added easily without modifying the core.
- ๐ Built with professional engineering principles: structured logging (via Serilog), robust error handling, clean separation of concerns.
๐งฉ Architecture Flow
Client โก๏ธ API Endpoint (ASP.NET Core) โก๏ธ MCP Client โก๏ธ MCP Server โก๏ธ Response
โ You send a request to our API,
โ We internally call the MCP Client,
โ MCP Client talks to MCP Server,
โ We return the clean final response to the API caller.
In short: You just send simple prompts, we handle everything behind the scenes. ๐ฉโจ
๐ฅ Example Usage
๐ฌ Register a New User
POST to:
https://localhost:7190/api/Prompt/SendUserPrompt/SendUserPrompt
Request body:
{
"Prompt": "hei dawg! my email: jackcorp@test666.com please help me to register"
}
Response:
Great! An email with your login details should be on its way.
Check your inbox for an email from us, containing your email address and password.
Remember to change your password after your first login for added security.
If you don't receive the email, please let me know and we'll try again.
๐ Login and Change Password
POST to:
https://localhost:7190/api/Prompt/SendUserPrompt/SendUserPrompt
Request body:
{
"Prompt": "Bro Server! now please login me email: jackcorp@test666.com and password: d8X9sF & change the password with 123456"
}
Response:
Sure, I'll help you with that.
Now that you're logged in, I'll help you change your password to '123456'.
Your password has been successfully changed. If you have any other requests, feel free to let me know!
๐ ๏ธ Tech Stack
- ๐งฉ Model Context Protocol (MCP)
- โก ASP.NET Core Web API
- ๐ง Domain-Driven Design (DDD) Architecture
- ๐ก๏ธ Serilog for structured logging
- ๐ ๏ธ Clean architecture principles
- โจ Professional software practices
๐ Key Highlights
- ๐ซ We never expose sensitive Bearer tokens to users.
- ๐ง Designed using DDD-first thinking: domain-driven layers and bounded contexts.
- ๐ฑ Future-proof and easily extendable.
- ๐งน Clean separation between API, application, and domain logic.
๐ License - Apache License 2.0 (TL;DR)
This project follows the Apache License 2.0, which means:
- โ You can use, modify, and distribute the code freely.
- โ You must include the original license when distributing.
- โ You must include the `NOTICE` file if one is provided.
- โ You can use this in personal & commercial projects.
- โ No warranties โ use at your own risk! ๐
๐ Join the API Revolution!
APIs should be smart, dynamic, and model-based โ not static and hardcoded.
Be part of the change! ๐
Frequently asked questions
What is mcp-llm-auto-email-registration?
mcp-llm-auto-email-registration is This project automates email-based user registration for LLM apps using the Model Context Protocol (MCP). It acts as a simple backend that receives email addresses from users, registers them with an MCP-compatible LLM server, and returns the generated API key or access token.
How do I install mcp-llm-auto-email-registration?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-llm-auto-email-registration open source?
Yes โ it is hosted on GitHub at https://github.com/myonathanlinkedin/mcp-llm-auto-email-registration.
Related MCP tools
An MCP server that allows MCP clients like Claude Desktop or Cursor to perform actions in the Unity Editor C#-based implementation.
The official C# SDK for Model Context Protocol servers and clients. Maintained in collaboration with Microsoft. Trusted by 3500+ developers.
Model Context Protocol (MCP) plugin to connect with Unity Editor โ designed for OpenAI, Gemini, Claude, Deepseek and Grok interoperability
๐ OpenHands: Code Less, Make More for the Model Context Protocol. Enhance AI assistants with powerful integrations. Python-based implementation.
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
Universal memory layer for AI Agents; Announcing OpenMemory MCP - local and secure memory management. Python-based implementation.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP