Agent skill

test-mcp-in-fork

Test if MCP tools can be accessed from forked skill context

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/test-mcp-in-fork

SKILL.md

Test MCP Access in Fork

Goal: Verify if MCP tools can be loaded and executed from a forked skill.

Task

  1. Use MCPSearch to load mcp__neo4j-cypher__read_neo4j_cypher
  2. If loaded, execute a simple query: MATCH (c:Company {ticker: 'AAPL'}) RETURN c.name LIMIT 1
  3. Write results to: earnings-analysis/test-outputs/mcp-in-fork-result.txt

Include in output:

  • Whether MCPSearch was available
  • Whether MCP tool was loaded successfully
  • Whether query executed successfully
  • The query result (if any)
  • List of tools you have access to

Didn't find tool you were looking for?

Be as detailed as possible for better results