Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: SynapseNetwork website
url: https://synapse-network.ai/
url: https://www.synapse-network.ai/
about: Learn more about SynapseNetwork.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://synapse-network.ai/">
<a href="https://www.synapse-network.ai/">
<img src="assets/synapse-network-logo.svg" alt="SynapseNetwork" width="520">
</a>
</p>
Expand All @@ -12,7 +12,7 @@

Official Model Context Protocol (MCP) stdio server for SynapseNetwork. It gives Cursor, Claude Desktop, Devin, and MCP-compatible agent frameworks a stateless way to discover external APIs, invoke them, and retrieve receipts through SynapseNetwork agent payments.

Website: [https://synapse-network.ai/](https://synapse-network.ai/)
Website: [https://www.synapse-network.ai/](https://www.synapse-network.ai/)

SynapseNetwork is AgentPay infrastructure: agents discover services, pay for API calls with USDC micropayments through the Gateway, and receive auditable receipts. This MCP package is intentionally a thin runtime adapter. It does not own settlement, custody, pricing memory, provider setup, deposits, withdrawals, or admin workflows.

Expand Down
2 changes: 1 addition & 1 deletion llm-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

You are using the official SynapseNetwork MCP server.

Website: https://synapse-network.ai/
Website: https://www.synapse-network.ai/

Before editing this repository, read `README.md`, `SECURITY.md`, and `CONTRIBUTING.md`. For support and public bug reports, use GitHub Issues. Do not invent support email addresses.

Expand Down
2 changes: 1 addition & 1 deletion llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is the official Model Context Protocol (MCP) server for SynapseNetwork. It gives AI agents a secure, stateless adapter to discover external APIs, invoke them through the Synapse Gateway, and pay with zero-gas USDC micropayments.

Website: https://synapse-network.ai/
Website: https://www.synapse-network.ai/
Repository: https://github.com/SynapseNetworkAI/Synapse-Network-MCP-Server
Package: @synapse-network-ai/mcp-server

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"mcpName": "io.github.synapsenetworkai/synapse-network-mcp-server",
"homepage": "https://synapse-network.ai/",
"homepage": "https://www.synapse-network.ai/",
"bugs": {
"url": "https://github.com/SynapseNetworkAI/Synapse-Network-MCP-Server/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion server.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.synapsenetworkai/synapse-network-mcp-server",
"description": "Official stateless MCP stdio server for SynapseNetwork service discovery, paid invocation, and receipts. Website: https://synapse-network.ai/",
"description": "Official stateless MCP stdio server for SynapseNetwork service discovery, paid invocation, and receipts. Website: https://www.synapse-network.ai/",
"repository": {
"url": "https://github.com/SynapseNetworkAI/Synapse-Network-MCP-Server",
"source": "github"
Expand Down
Loading