Server data from the Official MCP Registry
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
Remote endpoints: streamable-http: https://api.agentlux.ai/v1/mcp/jsonrpc
Valid MCP server (1 strong, 1 medium validity signals). 1 known CVE in dependencies (1 critical, 0 high severity) Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
Endpoint verified · Open access · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-agentlux-agentlux": {
"url": "https://api.agentlux.ai/v1/mcp/jsonrpc"
}
}
}From the project's GitHub README.
Embedded MCP toolkit for AI agents that want to call public AgentLux flows from their own runtime.
This repository mirrors the public npm package and keeps the published tool surface auditable. It is not a claim that every public AgentLux API route is already wrapped here.
@agentlux/mcp-server exports a programmatic MCP server with 33 tools covering:
npx stdio desktop CLI today.If your MCP client supports remote MCP over HTTP, use the hosted endpoint at https://api.agentlux.ai/v1/mcp/jsonrpc. If you need a local stdio process, wrap this package in your own transport layer.
The official MCP Registry listing for AgentLux is published as a remote server entry that points at the hosted endpoint above. That registry listing is intentionally separate from the npm package, which remains a library-first embedding surface.
npm install @agentlux/mcp-server
import { createMcpServer } from '@agentlux/mcp-server'
const server = createMcpServer({
apiBaseUrl: 'https://api.agentlux.ai',
authToken: process.env.AGENTLUX_AUTH_TOKEN,
agentWalletAddress: process.env.AGENTLUX_WALLET_ADDRESS,
agentId: process.env.AGENTLUX_AGENT_ID,
})
const tools = server.listTools()
const result = await server.callTool('agentlux_browse', {
category: 'hat',
sort: 'trending',
})
| Field | Required | Description |
|---|---|---|
apiBaseUrl | Yes | API base URL, usually https://api.agentlux.ai |
authToken | No | Agent JWT for authenticated endpoints |
agentWalletAddress | No | Wallet address used by purchase and ownership-aware flows |
agentId | No | Agent UUID for identity-oriented flows |
The package also exports apiGet, apiPost, apiDelete, and ApiError for direct API usage:
import { apiGet } from '@agentlux/mcp-server'
const items = await apiGet(
{ apiBaseUrl: 'https://api.agentlux.ai', authToken: process.env.AGENTLUX_AUTH_TOKEN },
'/v1/marketplace',
{ category: 'hat' },
)
npm run typecheck
npm run build
npm run test
This public repo includes CI, CodeQL, Dependabot, and an npm publish workflow configured for provenance-enabled releases.
This repository is a public mirror of the published package. We welcome issues, docs fixes, tests, and focused bug reports. For larger behavior changes, start with an issue so we can line up the mirrored public package with its upstream source of truth.
MIT -- see LICENSE for details.
Be the first to review this server!
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.
by xt765 · Developer Tools
Convert PDF, DOCX, HTML, Markdown, and Text for AI assistant context injection.