NetStone.MCP
@dks50217
关于 NetStone.MCP
MCP Toolset for FFXIV Lodestone — Integrates NetStone into a modern, natural-language-driven MCP server for character and world data queries.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"NetStone MCP Server": {
"command": "dotnet",
"args": [
"run",
"--project",
"C:\\Users\\Desktop\\NetStoneMCP\\src\\NetStoneMCP.csproj",
"--no-build"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is NetStone.MCP?
NetStone.MCP is an MCP toolset that integrates the NetStone FFXIV Lodestone API library into a natural-language-capable server for querying character and world data from Final Fantasy XIV. It transforms the .NET library into a set of Model Context Protocol tools, allowing LLM clients like OpenAI or Claude to search and retrieve FFXIV Lodestone data via natural language prompts.
How to use NetStone.MCP?
For Claude Desktop, add the server configuration to claude_desktop_config.json using dotnet run with the path to the NetStoneMCP.csproj file. For a custom WPF client, set the OPENAI_API_KEY environment variable and run dotnet run --project tests\NetStoneClient\NetStoneClient.csproj. The server requires .NET and access to the listed data sources.
Key features of NetStone.MCP
- Character Search: find FFXIV characters by name and world
- Character Profile: fetch detailed profiles with job levels and biography
- Free Company Search: search Free Companies by name and server
- Free Company Profile: retrieve members, activities, and rank data
- World List: list all supported FFXIV worlds
- House List: list all purchasable houses
Use cases of NetStone.MCP
- Search for an FFXIV character by name and world and get their profile
- Query Free Company details, including members and activities
- Retrieve a complete list of available FFXIV worlds
- Display purchasable housing plots using the House List tool
- Integrate FFXIV Lodestone queries into LLM-powered assistants
FAQ from NetStone.MCP
What data sources does NetStone.MCP use?
It uses NetStone (FFXIV Lodestone API), FFXIV_PaissaHouse, and the FFXIV Store.
What are the prerequisites to run NetStone.MCP?
You need .NET and the dotnet CLI. For custom use, an OpenAI API key may be required.
Does NetStone.MCP support ChatGPT Desktop?
ChatGPT Desktop support is not yet available; the author hopes it will be added soon.
How do I configure NetStone.MCP for Claude Desktop?
Add a JSON entry under mcpServers in claude_desktop_config.json, specifying dotnet run --project <path-to-csproj> --no-build.
What tools are currently implemented?
Character Search, Character Profile, Free Company Search, Free Company Profile, World List, and House List are implemented. Store List is planned.
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
评论