agent identity mcp for Cursor
io.github.flovoice53-tech/agent-identity-mcp
Gives an AI agent a disposable email and a real UK phone number to test signup flows.
client:Cursor
transport:stdio
runtime:npm
Install agent identity mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-identity-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-identity-mcp"
],
"env": {
"SMS_FLORIN_API_KEY": "<SMS_FLORIN_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs