API Tools
signalaf.com
Provides tools for discovering and interacting with Contribution Exchange profiles, policies, and signals across domains.
ENDPOINT 1
https://signalaf.com/api/exchange/mcp
MCP server metadata
- Name
- contribution-exchange
- Version
- 1.0.0
Contribution Exchange MCP — discover and act on Contribution Exchange opportunities. Read-only tools: exchange_discover_domain (check if a domain has an Exchange profile), exchange_get_policy (fetch domain policy), exchange_preflight (advisory policy evaluation — no state change), exchange_list_signals (domain-published work signals), exchange_get_signal, exchange_get_attempt. Mutation tools (require auth): exchange_propose (unsolicited proposal — creates a non-binding proposal, NOT a Commitment), exchange_create_attempt, exchange_submit_attempt, exchange_create_proposal_from_attempt. IMPORTANT: No Exchange tool creates a Commitment, authorization, or payment obligation. Signals and proposals are invitational, not binding. Bilateral terms-hash acceptance is required for Commitment formation.
Known tools 6
exchange_discover_domainDetermine whether a domain publishes a Contribution Exchange profile.
Inferred read-onlyexchange_get_policyFetch the canonical Contribution Exchange policy for a domain or its delegated Steward.
Inferred read-onlyexchange_preflightEvaluate a proposed contribution against the same policy logic used by the real proposal flow.
Inferred read-onlyexchange_list_signalsList domain-published Exchange Signals (problems, requests, challenges, bounties, verification tasks, discoveries, experiments).
Inferred read-onlyCONNECT 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.contribution-exchange]
url = "https://signalaf.com/api/exchange/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"contribution-exchange": {
"type": "http",
"url": "https://signalaf.com/api/exchange/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: contribution-exchange
Remote MCP URL: https://signalaf.com/api/exchange/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": {
"contribution-exchange": {
"url": "https://signalaf.com/api/exchange/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"contribution-exchange": {
"type": "http",
"url": "https://signalaf.com/api/exchange/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "contribution-exchange",
"transport": "streamable-http",
"url": "https://signalaf.com/api/exchange/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://signalaf.com/api/mcp
MCP server metadata
- Name
- sigrank
- Version
- 1.0.0
Known tools 15
rank_pasteCalculate SigRank cascade metrics from four non-negative token counts without submitting data.
Inferred read-onlysimulate_changePrescriptive 'what if' tool — takes your current 4 token pillars and proposed changes, runs the cascade on both, returns the exact Υ Yield delta, class change, and per-metric diffs.
Inferred read-onlydiagnose_cascadeAnalyzes your token cascade and diagnoses where you're leaking efficiency.
Inferred read-onlysuggest_improvementsGenerates ranked, simulated improvement suggestions for your token cascade.
Inferred read-onlyself_improveRuns the full self-improvement cycle in one call: (1) computes your current cascade from 4 token pillars, (2) diagnoses efficiency leaks, (3) generates ranked improvement suggestions, (4) simulates the top suggestion, and (5) returns the complete cycle: diagnosis + suggestions + simulated impact of the best change.
Inferred read-onlyfield_anomalyFinds unusual operators, metric relationships, and outliers in the live leaderboard — without user prompting.
Inferred read-onlywho_operates_like_meFinds operators whose operating signature most resembles yours.
Inferred read-onlycompare_to_fieldCreates a 'YOU vs FIELD vs TOP 10% vs TOP 1%' comparison table for your cascade metrics.
Inferred read-onlyoperator_signatureComputes a normalized operating signature from 4 token pillars or a codename.
Inferred read-onlyCONNECT 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.sigrank]
url = "https://signalaf.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sigrank": {
"type": "http",
"url": "https://signalaf.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sigrank
Remote MCP URL: https://signalaf.com/api/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": {
"sigrank": {
"url": "https://signalaf.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sigrank": {
"type": "http",
"url": "https://signalaf.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sigrank",
"transport": "streamable-http",
"url": "https://signalaf.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.