MCP Server Data Extractor — Extract Tool Schemas & Resources avatar

MCP Server Data Extractor — Extract Tool Schemas & Resources

Pricing

Pay per event + usage

Go to Apify Store
MCP Server Data Extractor — Extract Tool Schemas & Resources

MCP Server Data Extractor — Extract Tool Schemas & Resources

Connect to any MCP server and extract tool schemas, resource definitions, and prompt templates. Essential for AI agent development, function calling setup, and LLM tool integration.

Pricing

Pay per event + usage

Rating

0.0

(0)

Developer

Wingman

Wingman

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

MCP Server Data Extractor

Connect to any MCP (Model Context Protocol) server and extract tool schemas, resource definitions, and prompt templates.

Why This Actor?

MCP (Model Context Protocol) is an open protocol that enables AI models to interact with external tools and data sources securely. This actor helps you discover and inspect MCP server capabilities:

  • AI Agent Developers: Quickly see what tools an MCP server offers
  • LLM Integrators: Get the JSON schemas you need for function calling
  • Tool Builders: Verify your MCP server's tool definitions
  • System Administrators: Audit MCP server endpoints

Input

FieldTypeDefaultDescription
mcpServerUrlstringURL of the MCP server endpoint
requestTimeoutinteger30Timeout per request (seconds)
includeResourcesbooleantrueList available resources
includePromptsbooleantrueList available prompts
serverHeadersobject{}Custom HTTP headers (auth tokens, etc.)

Output

Each dataset entry represents a tool, resource, or prompt definition:

FieldTypeDescription
typestringEntry type: tool, resource, or prompt
namestringName of the tool/resource/prompt
descriptionstringHuman-readable description
inputSchemastringJSON schema for input parameters
serverNamestringName of the MCP server
serverVersionstringServer version
uristringResource URI (resources only)
mimeTypestringResource MIME type (resources only)

Example

{
"mcpServerUrl": "https://mcp.example.com/api"
}

Protocol Support

  • JSON-RPC 2.0 over HTTP POST
  • MCP protocol version 2024-11-05
  • Supports tools/list, resources/list, prompts/list