API Tools
agentnexus.app
Agent Nexus MCP server provides tools to discover, search, and fetch metadata about approved APIs, MCP servers, and CLIs by capability, keyword, or category.
ENDPOINT 1
https://agentnexus.app/mcp
Known tools 0
No tool metadata was available in the registry cache.
CONNECT 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.agentnexus-app]
url = "https://agentnexus.app/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"agentnexus-app": {
"type": "http",
"url": "https://agentnexus.app/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentnexus-app
Remote MCP URL: https://agentnexus.app/mcp
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agentnexus-app": {
"url": "https://agentnexus.app/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"agentnexus-app": {
"type": "http",
"url": "https://agentnexus.app/mcp",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "agentnexus-app bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "agentnexus-app",
"transport": "streamable-http",
"url": "https://agentnexus.app/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://agentnexus.app/api/public/mcp
MCP server metadata
- Name
- agent-nexus-read
- Version
- 1.0.0
Read-only Agent Nexus registry. Start with discover_capabilities to map a plain-language need to callable APIs, MCP servers and CLIs, with endpoint, auth, formats, limits and reliability. No authentication required.
Known tools 4
search_registrySearch the Agent Nexus registry of approved APIs, MCP servers and CLIs by keyword and optional category.
Inferred read-onlyget_entryFetch one approved Agent Nexus registry entry by slug, including its endpoint, auth method and last health probe.
Inferred read-onlylist_categoriesList the three interface layers Agent Nexus indexes (APIs, MCPs, CLIs) with the number of approved entries in each.
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.agent-nexus-read]
url = "https://agentnexus.app/api/public/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agent-nexus-read": {
"type": "http",
"url": "https://agentnexus.app/api/public/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agent-nexus-read
Remote MCP URL: https://agentnexus.app/api/public/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": {
"agent-nexus-read": {
"url": "https://agentnexus.app/api/public/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agent-nexus-read": {
"type": "http",
"url": "https://agentnexus.app/api/public/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agent-nexus-read",
"transport": "streamable-http",
"url": "https://agentnexus.app/api/public/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.