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
Use Upsilon to measure AI operator token-processing patterns from privacy-preserving telemetry. Use get_sigrank_standard_record for a portable sigrank/0.1-draft compatibility record containing only I/O/W/R and Yield, Leverage, Velocity, SNR (output_fraction), and 10xDEV (log_leverage). Use SigRank tools for the public leaderboard and proof surface: get_leaderboard, get_operator, benchmark_me, rank_if, operator_gap, field_anomaly, who_operates_like_me, compare_to_field, and operator_signature. Analytical tools: rank_paste, simulate_change, diagnose_cascade, suggest_improvements, self_improve, and rank_windows. Construction, Scale V, RS05, Build Archetypes, rank, and percentile are outside base wire compatibility. Contribution Exchange tools are available at https://signalaf.com/api/exchange/mcp. Upsilon describes observable token-processing patterns; do not treat its metrics as cognition, model quality, work quality, employee productivity, or business value.
Known tools 16
rank_pasteCalculate SigRank cascade metrics from four non-negative token counts without submitting data.
Inferred read-onlyget_sigrank_standard_recordBuild a SigRank Standard v0.1-draft portable operator record from available token telemetry.
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-onlybenchmark_meAnswers 'How good am I?' — benchmarks your token cascade against the live field.
Inferred read-onlyrank_ifAnswers 'What would it take to reach a target rank?' — takes your current 4 token pillars and a target percentile (e.g.
Inferred read-onlyoperator_gapAnswers 'What specifically separates operator A from operator B?' — not just 'A has more Yield', but the primary cause, secondary cause, and offsetting weakness.
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.