imasparql-mcp-server
Verified Safeby YutaGoto
Overview
Provides an adapter to access Idolmaster (IMAS) character data from a SPARQL endpoint via the Model Context Protocol (MCP), supporting both HTTP and standard I/O connections.
Installation
docker run -p 3000:3000 imas-mcpSecurity Notes
SPARQL queries are constructed dynamically, but user input is escaped using `escapeSparql` to prevent basic injection. No direct use of 'eval' or 'child_process' in application logic. Error messages might expose internal details if an error object contains sensitive information, but this is a minor risk. The system relies on an external SPARQL endpoint for data.
Similar Servers
mcp-openapi-server
A Model Context Protocol (MCP) server that exposes OpenAPI endpoints as MCP tools, along with optional support for MCP prompts and resources, enabling Large Language Models to interact with REST APIs.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
discogs-mcp-server
MCP Server for the Discogs API, enabling music catalog operations, search functionality, and more.
example-remote-server
A reference server demonstrating all Model Context Protocol (MCP) features and OAuth 2.0 authentication patterns.