Skip to content

docs(claymcp): add Clay connector documentation#788

Closed
Pranesh-Raghu wants to merge 3 commits into
mainfrom
connector-docs/claymcp
Closed

docs(claymcp): add Clay connector documentation#788
Pranesh-Raghu wants to merge 3 commits into
mainfrom
connector-docs/claymcp

Conversation

@Pranesh-Raghu

@Pranesh-Raghu Pranesh-Raghu commented Jun 25, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Adds documentation for the Clay MCP connector (claymcp) with 16 tools covering company/contact enrichment, task management, subroutines, credit checking, and natural-language querying of Clay Audiences.
  • Generates connector page, tool data file, catalog entry, and companion template stubs.

Stub disclosure

_setup-claymcp.mdx and _section-after-setup-claymcp-common-workflows.mdx are stub files (profoundmcp was the template reference, but its companion files don't exist in this repo — stubs were created fresh). Both need:

  • (a) Real screenshots replacing the {/* TODO: add screenshot ... */} markers
  • (b) Review of the connector-specific setup steps (Clay's OAuth 2.1/DCR PKCE flow, redirect URI registration, authorization consent screen details)

Preview link

https://deploy-preview-788--scalekit-starlight.netlify.app/agentkit/connectors/claymcp/

Test plan

  • Open the preview link and verify the page renders.
  • Tool list shows 16 tools.
  • Replace {/* TODO: add screenshot ... */} markers in _setup-claymcp.mdx.
  • Review the setup steps for Clay-specific OAuth accuracy (redirect URIs, scopes, DCR registration flow).
  • Verify the Common workflows section renders with correct code examples.

@coderabbitai

coderabbitai Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 7dacae52-e26d-4e93-ad2c-d9bc3a3cf8eb

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch connector-docs/claymcp
  • 🛠️ fix frontmatter
  • 🛠️ fix internal links

Comment @coderabbitai help to get the list of available commands.

@netlify

netlify Bot commented Jun 25, 2026

Copy link
Copy Markdown

Deploy Preview for scalekit-starlight ready!

Name Link
🔨 Latest commit b955c88
🔍 Latest deploy log https://app.netlify.com/projects/scalekit-starlight/deploys/6a3e2766baa0a600086f7a31
😎 Deploy Preview https://deploy-preview-788--scalekit-starlight.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 50 (🟢 up 2 from production)
Accessibility: 98 (no change from production)
Best Practices: 92 (no change from production)
SEO: 92 (no change from production)
PWA: -
View the detailed breakdown and full score reports
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

claude added 2 commits June 26, 2026 07:01
Adds .claude/skills/sync-connector-docs/SKILL.md — the Claude Code skill
that drives automated connector documentation generation via
scripts/sync-agent-connectors-local.js.

Updates .gitignore to track .claude/skills/** so skill files in this repo
persist across sessions and are available to the connector-docs-generator
agent running in tool-agent.
After cloning the template stub, overwrite _setup-<slug>.mdx with
deterministic content based on auth_patterns[0].type and is_mcp:
- MCP/DCR: 3-step flow (create connection, authorize, verify active)
- OAUTH BYO: 4-step flow (copy redirect URI, create OAuth app, get creds, add in Scalekit)
- API_KEY: 3-step flow with API key field
- BEARER: 3-step flow with Bearer Token field
- BASIC: 3-step flow with Username + Password fields

Screenshots and provider-specific navigation paths remain as TODO markers
for human reviewers. _section-after-setup-*.mdx is left untouched.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants