mcpserver.lol
registry/mcp-tool-factory
Connection check local install

mcp-tool-factory

Generate MCP servers from natural language, OpenAPI specs, or database schemas.

Tools 10
GitHub stars 1
Installs / wk 86
Licence MIT
Transport stdio
Last checked never

Tools & capabilities

10 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

generate_from_database from source
Generate an MCP server with CRUD tools from a database schema. Supports SQLite and PostgreSQL.
generate_from_graphql from source
Generate an MCP server from a GraphQL SDL schema. Converts queries and mutations to MCP tools.
generate_from_ontology from source
Generate an MCP server from an ontology definition (RDF/OWL, JSON-LD, or custom YAML). Creates CRUD tools for each class and relationship tools for object properties.
generate_from_openapi from source
Generate an MCP server from an OpenAPI specification. Converts REST API endpoints to MCP tools.
generate_mcp_server from source
Generate a complete MCP server from a natural language description. Returns TypeScript code, tests, documentation, and configuration files.
get_factory_info from source
Get information about MCP Tool Factory capabilities and usage.
health_check from source
Check database connectivity and list available tables
json from source
list_providers from source
List all 10 supported LLM providers, their models, and configuration status.
validate_typescript from source
Validate TypeScript code for syntax errors. Useful for checking generated server code.