Developer Tools
agentstaffer.com
Provides machine-readable discovery manifests and MCP inventory links for API and Auth endpoints.
ENDPOINT 1
https://agentstaffer.com/mcp
MCP server metadata
- Name
- AgentStaffer MCP Discovery
- Version
- 1.0.0
Use tools/list, resources/list, and the linked discovery documents for AgentStaffer machine-readable resources.
Known tools 2
get_discovery_manifestReturn the canonical AgentStaffer machine-readable discovery URLs for API, OAuth, Auth.md, MCP inventory, and crawler entrypoints.
Inferred read-onlyget_mcp_inventoryReturn links to AgentStaffer MCP-ready listing indexes and setup guidance.
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.agentstaffer-mcp-discovery]
url = "https://agentstaffer.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentstaffer-mcp-discovery": {
"type": "http",
"url": "https://agentstaffer.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentstaffer-mcp-discovery
Remote MCP URL: https://agentstaffer.com/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": {
"agentstaffer-mcp-discovery": {
"url": "https://agentstaffer.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentstaffer-mcp-discovery": {
"type": "http",
"url": "https://agentstaffer.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentstaffer-mcp-discovery",
"transport": "streamable-http",
"url": "https://agentstaffer.com/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 agentstaffer.com was fetched 2026-09-07T18:07:32.124Z.
agentstaffer.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.