eCommerce
niar.app
Provides APIs to search for physical stores, products near a location, and retrieve SEO content for product categories.
ENDPOINT 1
https://mcp.niar.app/mcp
MCP server metadata
- Name
- Laravel MCP Server
- Version
- 0.0.1
Known tools 12
stores-getGet full details of a specific store including its inventory and services.
Inferred read-onlyproducts-getGet full details of a specific product including availability across all stores.
Inferred read-onlycategory-seo-getGet the editable SEO content (H1, intro, meta title/description, H2 sections, FAQ) of a product category by its slug, as shown on /categoria/{slug}.
Inferred read-onlycategory-seo-setSet (overwrite) the editable SEO content of a product category by slug, shown on /categoria/{slug}.
Inferred read-onlycategory-attribute-schema-setSet (overwrite) the typed attribute schema of a product category by slug.
Inferred read-onlyblog-post-updateUpdate an existing blog post by slug (partial — only provided fields change).
Potential side effectsblog-post-publishPublish a blog post by slug: sets status=published and published_at=now, pings IndexNow for instant indexing, and invalidates the post + sitemap caches.
Potential side effectsCONNECT 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.laravel-mcp-server]
url = "https://mcp.niar.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"laravel-mcp-server": {
"type": "http",
"url": "https://mcp.niar.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: laravel-mcp-server
Remote MCP URL: https://mcp.niar.app/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": {
"laravel-mcp-server": {
"url": "https://mcp.niar.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"laravel-mcp-server": {
"type": "http",
"url": "https://mcp.niar.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "laravel-mcp-server",
"transport": "streamable-http",
"url": "https://mcp.niar.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for niar.app was fetched 2026-08-23T15:18:45.438Z.
niar.app is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.