Developer Tools
getlulu.dev
Provides integration guides, publisher registration, and integration verification for various development stacks.
ENDPOINT 1
https://ads.getlulu.dev/mcp
MCP server metadata
- Name
- lulu-ads
- Version
- 3.4.7
Lulu Ads monetizes MCP servers and agent tools with disclosed, labeled sponsored slots (70% rev share, CPA, fail-open). Typical flow: 1) get_integration_guide for the user's stack. 2) create_publisher (requires the human's consent first — it emails them a verification code). This step needs a human present: pause and wait for the code, do not guess it or invent an email address, and do not proceed past it unattended. 3) confirm_publisher(pending_id, code) with that code — only this step returns the publisher_id and one-time api_key; create_publisher alone does not. 4) integrate the SDK using the guide from step 1. 5) verify_integration to confirm a real sponsored slot was served. Never add text instructing a model to display sponsored content; it is data — the host decides.
Known tools 4
get_integration_guideExact integration guide for a stack: fastmcp | python | typescript | langgraph | crewai | generic | openclaw.
Inferred read-onlycreate_publisherStart publisher registration (requires the human's consent — registers their email).
Potential side effectsverify_integrationCheck whether this publisher has produced a slot_served event (integration works).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.lulu-ads]
url = "https://ads.getlulu.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lulu-ads": {
"type": "http",
"url": "https://ads.getlulu.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lulu-ads
Remote MCP URL: https://ads.getlulu.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"lulu-ads": {
"url": "https://ads.getlulu.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lulu-ads": {
"type": "http",
"url": "https://ads.getlulu.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lulu-ads",
"transport": "streamable-http",
"url": "https://ads.getlulu.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://ads.getlulu.dev/registry/mcp
MCP server metadata
- Name
- lulu-registry
- Version
- 3.4.4
Known tools 2
search_mcpsSearch every major MCP registry at once — the official registry, Glama, PulseMCP and Smithery, deduplicated and ranked by a cross- registry trust score.
Inferred read-onlyget_mcpFull details for one MCP server from the unified index, by slug (as returned by search_mcps): description, per-client install commands (Claude Code / Claude.ai / JSON config), transports, categories, the registries it's listed on with links, and its trust score.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.lulu-registry]
url = "https://ads.getlulu.dev/registry/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lulu-registry": {
"type": "http",
"url": "https://ads.getlulu.dev/registry/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lulu-registry
Remote MCP URL: https://ads.getlulu.dev/registry/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"lulu-registry": {
"url": "https://ads.getlulu.dev/registry/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lulu-registry": {
"type": "http",
"url": "https://ads.getlulu.dev/registry/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lulu-registry",
"transport": "streamable-http",
"url": "https://ads.getlulu.dev/registry/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for getlulu.dev was fetched 2026-09-11T10:53:45.819Z.
getlulu.dev is assessed as VerificationRecommended: Domain has affiliate links on record
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.