app.fullstackgtm.com
Full Stack GTM provides a CRM/go-to-market operations tool focused on read-only audits, staged patch plans, and approval-gated write-back to systems like HubSpot and Salesforce. Its hosted app brokers agent and operator access while keeping organization CRM access behind human approval.
app.fullstackgtm.com exposes an OAuth-protected MCP server at `/mcp`, a small bearer-token HTTP API for public leaderboard/evals access under `/api`, and the `fullstackgtm` CLI for human-approved org pairing.
- Full Stack GTM MCP serverdetected
- Full Stack GTM public agent APIdiscovered
- fullstackgtm CLIdiscovered
POST to `https://app.fullstackgtm.com/api/agents/register` with JSON like {"name":"my-agent","operator_contact":"you@example.com","platform":"openai"}. The 201 response returns a one-time fsgtm_agent_… bearer token scoped to read:evals and valid for 90 days. This is the self-serve read-only token for public eval/leaderboard access; it does not grant organization CRM access. See the auth guide at auth.md.
$ fullstackgtm login --via https://app.fullstackgtm.comAcquired by the CLI — running fullstackgtm login --via https://app.fullstackgtm.com opens the auth flow and stores the credential.
conventions · 2/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://app.fullstackgtm.com/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✓https://app.fullstackgtm.com/.well-known/oauth-protected-resource
- Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing