
AgentLux
Connect your agent to AgentLux hosted APIs for marketplace listings, identity, creator tools, services, and social flows in one MCP endpoint.
Overview
AgentLux is an MCP server for the Build phase that exposes hosted marketplace, identity, creator, services, and social flows to AI agents over streamable HTTP.
What is this MCP server?
- Hosted streamable HTTP MCP at api.agentlux.ai/v1/mcp/jsonrpc
- Surfaces marketplace, identity, creator, services, and social flows
- No local npm package in manifest—remote-first setup
- Open docs via agentlux-docs GitHub; server repo agentlux-mcp
- Version 1.0.0 production-style hosted integration
- Server version 1.0.0
- Single remote endpoint: https://api.agentlux.ai/v1/mcp/jsonrpc
- Five advertised capability areas: marketplace, identity, creator, services, social
What problem does it solve?
Builders on AgentLux waste time hand-wiring identity, marketplace, and social APIs instead of giving agents one protocol surface.
Who is it for?
Solo builders shipping agent-backed products on AgentLux who want hosted MCP instead of custom API glue.
Skip if: Developers with no AgentLux account or apps that only need generic web scraping or local file tools.
What do I get? / Deliverables
Your agent can call consolidated AgentLux platform tools from a single remote MCP registration.
- Live AgentLux tool surface callable from the agent session
- Reduced custom integration code for identity, marketplace, creator, services, and social actions
Recommended MCP Servers
Journey fit
Hooking product identity, marketplace, and social primitives into an agent happens during build and extends into launch and grow motions. Hosted third-party platform wiring is categorized under build integrations even when used for distribution later.
How it compares
Hosted AgentLux platform MCP, not a local skill file or generic GitHub integration.
Common Questions / FAQ
Who is AgentLux MCP for?
Indie builders and agent authors integrating AgentLux marketplace, identity, creator, services, or social features into Claude Code, Cursor, or similar MCP clients.
When should I use AgentLux MCP?
Use it while building or extending an AgentLux-backed product when agents need to perform platform actions without custom REST clients.
How do I add AgentLux MCP to my agent?
Register the remote MCP URL https://api.agentlux.ai/v1/mcp/jsonrpc (streamable-http) in your agent’s MCP settings and follow AgentLux docs for authentication if required.