@agentwallie/mcp-server
v0.4.2
Published
MCP server for AgentWallie — agent-first paywall platform
Maintainers
Readme
@agentwallie/mcp-server
MCP server for AgentWallie — the agent-first paywall platform.
Quick Start
With Claude Code
Add to your project's .claude/settings.json:
{
"mcpServers": {
"agentwallie": {
"command": "npx",
"args": ["-y", "@agentwallie/mcp-server"],
"env": {
"AGENTWALLIE_API_URL": "https://agentwallie.com/api",
"AGENTWALLIE_API_KEY": "sk_your_private_key"
}
}
}
}With Cursor
Same configuration in Cursor's MCP settings.
As SSE Server
AGENTWALLIE_API_KEY=sk_your_key npx @agentwallie/mcp-server --transport sseEnvironment Variables
| Variable | Description | Default |
|----------|-------------|---------|
| AGENTWALLIE_API_URL | API base URL | https://agentwallie.com/api |
| AGENTWALLIE_API_KEY | Private API key (sk_...) | Required |
| PORT | SSE server port | 3002 |
Tools
35+ tools for managing paywalls, campaigns, experiments, analytics, and more. See full documentation.
License
MIT
