← diyfpv.com
INDIVIDUAL MCP TOOL
get_store_new_arrivals
Newest products listed by one store, most recent first, as a table.
LIVE ENDPOINT
https://api.diyfpv.com/mcp
Connect to this endpoint to inspect the live schema for get_store_new_arrivals and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.diyfpv]
url = "https://api.diyfpv.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"diyfpv": {
"type": "http",
"url": "https://api.diyfpv.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: diyfpv
Remote MCP URL: https://api.diyfpv.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"diyfpv": {
"url": "https://api.diyfpv.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"diyfpv": {
"type": "http",
"url": "https://api.diyfpv.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "diyfpv",
"transport": "streamable-http",
"url": "https://api.diyfpv.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_products— Full-text search over the DIYFPV product catalog (frames, motors, VTXs, goggles, radios, batteries...).get_product_offers— Every store selling one product: a table with price, stock, the country the store is based in and a buy link per store and variant, cheapest in-stock first.search_stores— Find FPV drone stores in the DIYFPV.COM directory.get_store— Full profile of one store by its slug (from search_stores): description, location, shipping coverage, catalog size, and new-arrival count where available.