NetStone.MCP
@dks50217
About NetStone.MCP
MCP Toolset for FFXIV Lodestone — Integrates NetStone into a modern, natural-language-driven MCP server for character and world data queries.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"NetStone MCP Server": {
"command": "dotnet",
"args": [
"run",
"--project",
"C:\\Users\\Desktop\\NetStoneMCP\\src\\NetStoneMCP.csproj",
"--no-build"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Servers
modelcontextprotocolModel Context Protocol Servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments