Skip to main content
This page contains a complete Agent Skill for coding agents such as Claude Code or Cursor. Feed it to your coding agent and it will add a customer-managed FastMCP client to your existing Claude Messages API application, following the recommended approach from the Claude API integration guide. Use this skill when:
  • Your agent is built directly on Anthropic’s Messages API (not the Claude Agent SDK).
  • You want your application to own MCP tool discovery instead of relying on Anthropic’s hosted MCP connector, which may cache tool definitions.

How to use it

1

Save the skill file

Copy the file below into your repository:
  • Claude Code: .claude/skills/integrate-caylex-fastmcp-claude-api/SKILL.md
  • Cursor: .cursor/skills/integrate-caylex-fastmcp-claude-api/SKILL.md
Or paste its contents directly into your coding agent’s prompt.
2

Invoke it

Ask your coding agent to integrate Caylex using the skill, for example:
3

Review the changes

The skill includes a verification checklist the agent should satisfy. Confirm your CAYLEX_API_KEY is loaded from server-side secrets and that the end-user email matches your Auth Link setup.
Every code block below has a copy button. You can also fetch this page as raw markdown by appending .md to its URL.

The skill file

SKILL.md