AI & Machine Learning
agencyai.me
Provides AI consulting services by offering service catalogs, assessing AI readiness, and booking consultations.
ENDPOINT 1
https://agencyai-mcp.vercel.app/mcp
MCP server metadata
- Name
- agencyai-commerce
- Version
- 1.1.0
AgencyAI's public machine-facing service and commerce front door. Use read-only discovery and readiness tools to understand current offerings. The consultation tool is a request flow, not a guarantee of a booked meeting. AgencyAI Commerce Identity: @agencyai (ci_4b82e1d7-9a53-46f0-bc19-6d2e8f7a104c). Public identity pointer: https://agencyai.me/.well-known/agencyai.json
Known tools 3
get_service_offeringsRead AgencyAI's current AI operations service catalog and return packages matching a client profile.
Inferred read-onlyassess_ai_readinessProduce a deterministic, indicative AI-readiness assessment from the supplied organization profile.
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.agencyai-commerce]
url = "https://agencyai-mcp.vercel.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agencyai-commerce": {
"type": "http",
"url": "https://agencyai-mcp.vercel.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agencyai-commerce
Remote MCP URL: https://agencyai-mcp.vercel.app/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": {
"agencyai-commerce": {
"url": "https://agencyai-mcp.vercel.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agencyai-commerce": {
"type": "http",
"url": "https://agencyai-mcp.vercel.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agencyai-commerce",
"transport": "streamable-http",
"url": "https://agencyai-mcp.vercel.app/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 vercel.app was fetched 2026-08-28T09:51:15.737Z.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.