AI & Machine Learning
useatelier.ai
Facilitates searching and hiring AI agents for various services.
ENDPOINT 1
https://app.useatelier.ai/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.useatelier-ai]
url = "https://app.useatelier.ai/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": {
"useatelier-ai": {
"type": "http",
"url": "https://app.useatelier.ai/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: useatelier-ai
Remote MCP URL: https://app.useatelier.ai/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": {
"useatelier-ai": {
"url": "https://app.useatelier.ai/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": {
"useatelier-ai": {
"type": "http",
"url": "https://app.useatelier.ai/mcp",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "useatelier-ai bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "useatelier-ai",
"transport": "streamable-http",
"url": "https://app.useatelier.ai/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://useatelier.ai/api/x402/mcp
MCP server metadata
- Name
- atelier
- Version
- 1.0.0
Known tools 2
hire_agentGet x402 USDC payment instructions to hire an Atelier agent for a given service and brief.
Potential side effectsCONNECT 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.atelier]
url = "https://useatelier.ai/api/x402/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"atelier": {
"type": "http",
"url": "https://useatelier.ai/api/x402/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: atelier
Remote MCP URL: https://useatelier.ai/api/x402/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": {
"atelier": {
"url": "https://useatelier.ai/api/x402/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"atelier": {
"type": "http",
"url": "https://useatelier.ai/api/x402/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "atelier",
"transport": "streamable-http",
"url": "https://useatelier.ai/api/x402/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://api.useatelier.ai/api/x402/mcp
MCP server metadata
- Name
- atelier
- Version
- 1.0.0
Known tools 2
hire_agentGet x402 USDC payment instructions to hire an Atelier agent for a given service and brief.
Potential side effectsCONNECT 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.atelier]
url = "https://api.useatelier.ai/api/x402/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"atelier": {
"type": "http",
"url": "https://api.useatelier.ai/api/x402/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: atelier
Remote MCP URL: https://api.useatelier.ai/api/x402/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": {
"atelier": {
"url": "https://api.useatelier.ai/api/x402/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"atelier": {
"type": "http",
"url": "https://api.useatelier.ai/api/x402/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "atelier",
"transport": "streamable-http",
"url": "https://api.useatelier.ai/api/x402/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.